Skip to content

Commit

Permalink
build: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/commitizen-tools/commitizen: v3.28.0 → v4.1.0](commitizen-tools/commitizen@v3.28.0...v4.1.0)
- [github.com/PyCQA/bandit: 1.7.9 → 1.8.0](PyCQA/bandit@1.7.9...1.8.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 Dec 9, 2024
1 parent 7c48223 commit 9359ba7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
- id: commitizen
stages: ["commit-msg"]
repo: https://github.com/commitizen-tools/commitizen
rev: v3.28.0
rev: v4.1.0
# --- Linters ---
# - hooks:
# - id: dockerfile_lint
Expand All @@ -66,7 +66,7 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/PyCQA/bandit
rev: 1.7.9
rev: 1.8.0
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
Expand All @@ -83,7 +83,7 @@ repos:
# pass_filenames: false
# always_run: true
- repo: https://github.com/floatingpurr/sync_with_poetry
rev: "1.1.0"
rev: "1.2.0"
hooks:
- id: sync_with_poetry
args: []
Expand Down

0 comments on commit 9359ba7

Please sign in to comment.