Skip to content

Commit 91009e7

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.8.3 → v4.13.7](commitizen-tools/commitizen@v4.8.3...v4.13.7) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.16.0](tox-dev/pyproject-fmt@v2.6.0...v2.16.0) - [github.com/astral-sh/uv-pre-commit: 0.8.14 → 0.10.3](astral-sh/uv-pre-commit@0.8.14...0.10.3) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.15.1](astral-sh/ruff-pre-commit@v0.12.11...v0.15.1)
1 parent ba3be61 commit 91009e7

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.3
12+
rev: v4.13.7
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -28,15 +28,15 @@ 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.16.0"
3232
hooks:
3333
- id: pyproject-fmt
3434
- repo: https://github.com/astral-sh/uv-pre-commit
35-
rev: 0.8.14
35+
rev: 0.10.3
3636
hooks:
3737
- id: uv-lock
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.20.0
39+
rev: v3.21.2
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py39-plus]
@@ -46,7 +46,7 @@ repos:
4646
- id: prettier
4747
args: ["--tab-width", "2"]
4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: v0.12.11
49+
rev: v0.15.1
5050
hooks:
5151
- id: ruff
5252
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)