Skip to content

Commit f41e4c2

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.16.3 → v4.16.5](commitizen-tools/commitizen@v4.16.3...v4.16.5) - [github.com/tox-dev/pyproject-fmt: v2.25.3 → v2.26.0](tox-dev/pyproject-fmt@v2.25.3...v2.26.0) - [github.com/astral-sh/uv-pre-commit: 0.11.31 → 0.11.32](astral-sh/uv-pre-commit@0.11.31...0.11.32) - [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.15.7 → v0.16.0](astral-sh/ruff-pre-commit@v0.15.7...v0.16.0) - [github.com/pre-commit/mirrors-mypy: v1.20.2 → v2.3.0](pre-commit/mirrors-mypy@v1.20.2...v2.3.0)
1 parent 26df63d commit f41e4c2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.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.16.3
12+
rev: v4.16.5
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -28,20 +28,20 @@ repos:
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
3030
- repo: https://github.com/tox-dev/pyproject-fmt
31-
rev: "v2.25.3"
31+
rev: "v2.26.0"
3232
hooks:
3333
- id: pyproject-fmt
3434
- repo: https://github.com/astral-sh/uv-pre-commit
35-
rev: 0.11.31
35+
rev: 0.11.32
3636
hooks:
3737
- id: uv-lock
3838
- repo: https://github.com/pre-commit/mirrors-prettier
39-
rev: v3.1.0
39+
rev: v4.0.0-alpha.8
4040
hooks:
4141
- id: prettier
4242
args: ["--tab-width", "2"]
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.15.7
44+
rev: v0.16.0
4545
hooks:
4646
- id: ruff
4747
args: [--fix, --exit-non-zero-on-fix]
@@ -51,7 +51,7 @@ repos:
5151
hooks:
5252
- id: codespell
5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.20.2
54+
rev: v2.3.0
5555
hooks:
5656
- id: mypy
5757
additional_dependencies: []

0 commit comments

Comments
 (0)