Skip to content

Commit c6a7a07

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.6.0 → v4.8.3](commitizen-tools/commitizen@v4.6.0...v4.8.3) - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](tox-dev/pyproject-fmt@v2.5.1...v2.6.0) - [github.com/astral-sh/uv-pre-commit: 0.6.14 → 0.7.12](astral-sh/uv-pre-commit@0.6.14...0.7.12) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/astral-sh/ruff-pre-commit: v0.11.5 → v0.11.13](astral-sh/ruff-pre-commit@v0.11.5...v0.11.13) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
1 parent 809ab74 commit c6a7a07

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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.6.0
12+
rev: v4.8.3
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -38,20 +38,20 @@ repos:
3838
- id: end-of-file-fixer
3939
- id: trailing-whitespace
4040
- repo: https://github.com/tox-dev/pyproject-fmt
41-
rev: "v2.5.1"
41+
rev: "v2.6.0"
4242
hooks:
4343
- id: pyproject-fmt
4444
- repo: https://github.com/astral-sh/uv-pre-commit
45-
rev: 0.6.14
45+
rev: 0.7.12
4646
hooks:
4747
- id: uv-lock
4848
- repo: https://github.com/pre-commit/mirrors-prettier
49-
rev: v3.1.0
49+
rev: v4.0.0-alpha.8
5050
hooks:
5151
- id: prettier
5252
args: ["--tab-width", "2"]
5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.11.5
54+
rev: v0.11.13
5555
hooks:
5656
- id: ruff
5757
args: [--fix, --unsafe-fixes, --exit-non-zero-on-fix]
@@ -61,7 +61,7 @@ repos:
6161
# hooks:
6262
# - id: codespell
6363
- repo: https://github.com/pre-commit/mirrors-mypy
64-
rev: v1.15.0
64+
rev: v1.16.0
6565
hooks:
6666
- id: mypy
6767
additional_dependencies: [attrs]

0 commit comments

Comments
 (0)