Skip to content

Commit 7fb8fda

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.11.1 → v4.12.1](commitizen-tools/commitizen@v4.11.1...v4.12.1) - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0) - [github.com/PyCQA/bandit: 1.9.2 → 1.9.3](PyCQA/bandit@1.9.2...1.9.3)
1 parent 04879ca commit 7fb8fda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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.11.1
12+
rev: v4.12.1
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -42,7 +42,7 @@ repos:
4242
hooks:
4343
- id: isort
4444
- repo: https://github.com/psf/black-pre-commit-mirror
45-
rev: 25.12.0
45+
rev: 26.1.0
4646
hooks:
4747
- id: black
4848
- repo: https://github.com/codespell-project/codespell
@@ -58,7 +58,7 @@ repos:
5858
hooks:
5959
- id: mypy
6060
- repo: https://github.com/PyCQA/bandit
61-
rev: 1.9.2
61+
rev: 1.9.3
6262
hooks:
6363
- id: bandit
6464
args: [-x, tests]

0 commit comments

Comments
 (0)