Skip to content

Commit 1291d84

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.9.1 → v4.10.0](commitizen-tools/commitizen@v4.9.1...v4.10.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [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) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10)
1 parent 88daf9c commit 1291d84

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.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.9.1
12+
rev: v4.10.0
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -34,7 +34,7 @@ repos:
3434
- id: prettier
3535
args: ["--tab-width", "2"]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.20.0
37+
rev: v3.21.2
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py39-plus]
@@ -47,12 +47,12 @@ repos:
4747
hooks:
4848
- id: flake8
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.18.2
50+
rev: v1.19.1
5151
hooks:
5252
- id: mypy
5353
additional_dependencies: []
5454
- repo: https://github.com/PyCQA/bandit
55-
rev: 1.8.6
55+
rev: 1.9.2
5656
hooks:
5757
- id: bandit
5858
args: [-x, tests]
@@ -66,7 +66,7 @@ repos:
6666
- id: prettier
6767
args: ["--tab-width", "2"]
6868
- repo: https://github.com/astral-sh/ruff-pre-commit
69-
rev: v0.13.3
69+
rev: v0.14.10
7070
hooks:
7171
- id: ruff
7272
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)