Skip to content

Commit 913bd6f

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/psf/black-pre-commit-mirror: 26.1.0 → 26.3.1](psf/black-pre-commit-mirror@26.1.0...26.3.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/PyCQA/bandit: 1.9.3 → 1.9.4](PyCQA/bandit@1.9.3...1.9.4)
1 parent 1db746e commit 913bd6f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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,15 +42,15 @@ 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
49-
rev: 26.1.0
49+
rev: 26.3.1
5050
hooks:
5151
- id: black
5252
- repo: https://github.com/codespell-project/codespell
53-
rev: v2.4.1
53+
rev: v2.4.2
5454
hooks:
5555
- id: codespell
5656
- repo: https://github.com/PyCQA/flake8
@@ -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)