Skip to content

Commit

Permalink
ci: update pre-commit hook versions
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 14, 2024
1 parent 174fd22 commit eb4958e
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: v3.29.0
rev: v3.29.1
hooks:
- id: commitizen
stages: [commit-msg]

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

# Upgrade: upgrade Python syntax
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.18.0
hooks:
- id: pyupgrade

Expand Down Expand Up @@ -73,7 +73,7 @@ repos:

# Lint & Autoformat: SQL
- repo: https://github.com/sqlfluff/sqlfluff
rev: 3.2.0
rev: 3.2.3
hooks:
- id: sqlfluff-lint
files: ^src/backend/migrations/.*\.sql$
Expand All @@ -99,7 +99,7 @@ repos:

# Lint: Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.42.0
hooks:
- id: markdownlint
args:
Expand Down

0 comments on commit eb4958e

Please sign in to comment.