Skip to content

Commit 2c58de3

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.1.1 → v4.2.1](commitizen-tools/commitizen@v4.1.1...v4.2.1) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.4...v0.9.6)
1 parent 82d687c commit 2c58de3

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.1.1
12+
rev: v4.2.1
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -47,7 +47,7 @@ repos:
4747
hooks:
4848
- id: flake8
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.14.1
50+
rev: v1.15.0
5151
hooks:
5252
- id: mypy
5353
additional_dependencies: []
@@ -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.9.4
69+
rev: v0.9.6
7070
hooks:
7171
- id: ruff
7272
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)