Skip to content

Commit 3b2f171

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.8.4 → v4.9.1](commitizen-tools/commitizen@v4.8.4...v4.9.1) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.14.3](astral-sh/ruff-pre-commit@v0.12.12...v0.14.3) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2)
1 parent a672291 commit 3b2f171

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.8.4
12+
rev: v4.9.1
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -34,12 +34,12 @@ 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.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py39-plus]
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.12.12
42+
rev: v0.14.3
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]
@@ -53,7 +53,7 @@ repos:
5353
hooks:
5454
- id: flake8
5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: v1.17.1
56+
rev: v1.18.2
5757
hooks:
5858
- id: mypy
5959
additional_dependencies: []

0 commit comments

Comments
 (0)