Skip to content

Commit e92fc2f

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.13.8 → v4.13.9](commitizen-tools/commitizen@v4.13.8...v4.13.9) - [github.com/PyCQA/isort: 8.0.0 → 8.0.1](PyCQA/isort@8.0.0...8.0.1) - [github.com/PyCQA/bandit: 1.9.3 → 1.9.4](PyCQA/bandit@1.9.3...1.9.4)
1 parent 1db746e commit e92fc2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: v4.13.8
12+
rev: v4.13.9
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -42,7 +42,7 @@ repos:
4242
- id: pyupgrade
4343
args: [--py39-plus]
4444
- repo: https://github.com/PyCQA/isort
45-
rev: 8.0.0
45+
rev: 8.0.1
4646
hooks:
4747
- id: isort
4848
- repo: https://github.com/psf/black-pre-commit-mirror
@@ -63,7 +63,7 @@ repos:
6363
- id: mypy
6464
additional_dependencies: []
6565
- repo: https://github.com/PyCQA/bandit
66-
rev: 1.9.3
66+
rev: 1.9.4
6767
hooks:
6868
- id: bandit
6969
args: [-x, tests]

0 commit comments

Comments
 (0)