Skip to content

Commit

Permalink
build: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/commitizen-tools/commitizen: v3.29.0 → v4.1.1](commitizen-tools/commitizen@v3.29.0...v4.1.1)
- [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1)
- [github.com/PyCQA/bandit: 1.7.10 → 1.8.2](PyCQA/bandit@1.7.10...1.8.2)
- [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
- [github.com/floatingpurr/sync_with_poetry: 1.1.0 → 1.2.0](floatingpurr/sync_with_poetry@1.1.0...1.2.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent 3760ff3 commit c1f905d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ repos:
- id: check-yaml
exclude: ^recipes/.*
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0

# --- Commit msg checks ---
- hooks:
- id: commitizen
stages: ["commit-msg"]
repo: https://github.com/commitizen-tools/commitizen
rev: v3.29.0
rev: v4.1.1
# --- Linters ---
- hooks:
- id: dockerfile_lint
Expand All @@ -51,7 +51,7 @@ repos:
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
- repo: https://github.com/pre-commit/mirrors-prettier
hooks:
- id: prettier
Expand All @@ -61,7 +61,7 @@ repos:
)$
rev: v4.0.0-alpha.8
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -71,7 +71,7 @@ repos:
# - id: prospector
# exclude: ^(tests)/.+\.py$
- repo: https://github.com/PyCQA/bandit
rev: 1.7.10
rev: 1.8.2
hooks:
- id: bandit
args:
Expand All @@ -80,7 +80,7 @@ repos:
- --configfile=tests/bandit.yaml
files: ^(tests)/.+\.py$
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
# - repo: local
Expand All @@ -92,7 +92,7 @@ repos:
# pass_filenames: false
# always_run: true
- repo: https://github.com/floatingpurr/sync_with_poetry
rev: "1.1.0" # the revision or tag to clone at
rev: "1.2.0" # the revision or tag to clone at
hooks:
- id: sync_with_poetry
args: [] # optional args
Expand Down

0 comments on commit c1f905d

Please sign in to comment.