Skip to content

Commit

Permalink
chore(pre-commit.ci): pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/commitizen-tools/commitizen: v3.30.1 → v4.0.0](commitizen-tools/commitizen@v3.30.1...v4.0.0)
- [github.com/PyCQA/bandit: 1.7.10 → 1.8.0](PyCQA/bandit@1.7.10...1.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent f4e2872 commit 85d23dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.30.1
rev: v4.0.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down Expand Up @@ -60,7 +60,7 @@ repos:
- id: mypy
additional_dependencies: []
- repo: https://github.com/PyCQA/bandit
rev: 1.7.10
rev: 1.8.0
hooks:
- id: bandit
args: [-x, tests]

0 comments on commit 85d23dc

Please sign in to comment.