Skip to content

Commit e49bd9c

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.9.1 → v4.11.2](commitizen-tools/commitizen@v4.9.1...v4.11.2) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/PyCQA/bandit: 1.8.6 → 1.9.2](PyCQA/bandit@1.8.6...1.9.2)
1 parent 5a5a832 commit e49bd9c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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.9.1
12+
rev: v4.11.2
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -37,16 +37,16 @@ repos:
3737
- id: prettier
3838
args: ["--tab-width", "2"]
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.20.0
40+
rev: v3.21.2
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py39-plus]
4444
- repo: https://github.com/PyCQA/isort
45-
rev: 6.0.1
45+
rev: 7.0.0
4646
hooks:
4747
- id: isort
48-
- repo: https://github.com/psf/black
49-
rev: 25.9.0
48+
- repo: https://github.com/psf/black-pre-commit-mirror
49+
rev: 25.12.0
5050
hooks:
5151
- id: black
5252
- repo: https://github.com/codespell-project/codespell
@@ -58,12 +58,12 @@ repos:
5858
hooks:
5959
- id: flake8
6060
- repo: https://github.com/pre-commit/mirrors-mypy
61-
rev: v1.18.2
61+
rev: v1.19.1
6262
hooks:
6363
- id: mypy
6464
additional_dependencies: []
6565
- repo: https://github.com/PyCQA/bandit
66-
rev: 1.8.6
66+
rev: 1.9.2
6767
hooks:
6868
- id: bandit
6969
args: [-x, tests]

0 commit comments

Comments
 (0)