Skip to content

Commit 4f37314

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.8.3 → v4.9.1](commitizen-tools/commitizen@v4.8.3...v4.9.1) - [github.com/astral-sh/uv-pre-commit: 0.7.19 → 0.8.22](astral-sh/uv-pre-commit@0.7.19...0.8.22) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.2](astral-sh/ruff-pre-commit@v0.12.2...v0.13.2)
1 parent 16a295e commit 4f37314

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
repos:
22
# Versioning: Commit messages & changelog
33
- repo: https://github.com/commitizen-tools/commitizen
4-
rev: v4.8.3
4+
rev: v4.9.1
55
hooks:
66
- id: commitizen
77
stages: [commit-msg]
88

99
# Deps: ensure Python uv lockfile is up to date
1010
- repo: https://github.com/astral-sh/uv-pre-commit
11-
rev: 0.7.19
11+
rev: 0.8.22
1212
hooks:
1313
- id: uv-lock
1414

1515
# Autoformat: general file fixes / time savers
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v5.0.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: trailing-whitespace
2020
- id: check-added-large-files
@@ -24,7 +24,7 @@ repos:
2424
# Lint / autoformat: Python code
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
2626
# Ruff version.
27-
rev: "v0.12.2"
27+
rev: "v0.13.2"
2828
hooks:
2929
# Run the linter
3030
- id: ruff

0 commit comments

Comments
 (0)