Skip to content

Commit 975fff4

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.8.4 → v4.12.1](commitizen-tools/commitizen@v4.8.4...v4.12.1) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.12.1](tox-dev/pyproject-fmt@v2.6.0...v2.12.1) - [github.com/astral-sh/uv-pre-commit: 0.8.15 → 0.9.28](astral-sh/uv-pre-commit@0.8.15...0.9.28) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.14.14](astral-sh/ruff-pre-commit@v0.12.12...v0.14.14) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.19.1](pre-commit/mirrors-mypy@v1.17.1...v1.19.1)
1 parent d2d2c03 commit 975fff4

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.8.4
12+
rev: v4.12.1
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -28,11 +28,11 @@ repos:
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
3030
- repo: https://github.com/tox-dev/pyproject-fmt
31-
rev: "v2.6.0"
31+
rev: "v2.12.1"
3232
hooks:
3333
- id: pyproject-fmt
3434
- repo: https://github.com/astral-sh/uv-pre-commit
35-
rev: 0.8.15
35+
rev: 0.9.28
3636
hooks:
3737
- id: uv-lock
3838
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -41,13 +41,13 @@ repos:
4141
- id: prettier
4242
args: ["--tab-width", "2"]
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.12.12
44+
rev: v0.14.14
4545
hooks:
4646
- id: ruff
4747
args: [--fix, --exit-non-zero-on-fix]
4848
- id: ruff-format
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.17.1
50+
rev: v1.19.1
5151
hooks:
5252
- id: mypy
5353
additional_dependencies: []

0 commit comments

Comments
 (0)