Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (hotosm#2170)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/commitizen-tools/commitizen: v4.1.1 → v4.2.1](commitizen-tools/commitizen@v4.1.1...v4.2.1)
- [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.4...v0.9.6)
- [github.com/astral-sh/uv-pre-commit: 0.5.26 → 0.5.29](astral-sh/uv-pre-commit@0.5.26...0.5.29)
- [github.com/pycontribs/mirrors-prettier: v3.4.2 → v3.5.0](pycontribs/mirrors-prettier@v3.4.2...v3.5.0)
- [github.com/sqlfluff/sqlfluff: 3.3.0 → 3.3.1](sqlfluff/sqlfluff@3.3.0...3.3.1)

* ci: add .sqlfluffignore for archived migrations

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/commitizen-tools/commitizen: v4.1.1 → v4.2.1](commitizen-tools/commitizen@v4.1.1...v4.2.1)
- [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.4...v0.9.6)
- [github.com/astral-sh/uv-pre-commit: 0.5.26 → 0.5.29](astral-sh/uv-pre-commit@0.5.26...0.5.29)
- [github.com/pycontribs/mirrors-prettier: v3.4.2 → v3.5.0](pycontribs/mirrors-prettier@v3.4.2...v3.5.0)
- [github.com/sqlfluff/sqlfluff: 3.3.0 → 3.3.1](sqlfluff/sqlfluff@3.3.0...3.3.1)

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: spwoodcock <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and spwoodcock authored Feb 10, 2025
1 parent c8a291d commit 9be9214
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
# Versioning: Commit messages & changelog
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.1.1
rev: v4.2.1
hooks:
- id: commitizen
stages: [commit-msg]

# Lint / autoformat: Python code
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: "v0.9.4"
rev: "v0.9.6"
hooks:
# Run the linter
- id: ruff
Expand All @@ -21,7 +21,7 @@ repos:

# Deps: ensure Python uv lockfile is up to date
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.26
rev: 0.5.29
hooks:
- id: uv-lock
files: src/backend/pyproject.toml
Expand Down Expand Up @@ -50,7 +50,7 @@ repos:

# Autoformat: YAML, JSON, Markdown, etc.
- repo: https://github.com/pycontribs/mirrors-prettier
rev: v3.4.2
rev: v3.5.0
hooks:
- id: prettier
args:
Expand Down Expand Up @@ -81,7 +81,7 @@ repos:

# Lint & Autoformat: SQL
- repo: https://github.com/sqlfluff/sqlfluff
rev: 3.3.0
rev: 3.3.1
hooks:
- id: sqlfluff-lint
files: ^src/backend/migrations/.*\.sql$
Expand Down

0 comments on commit 9be9214

Please sign in to comment.