Skip to content

Commit a7b1db0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.9.1 → v4.10.0](commitizen-tools/commitizen@v4.9.1...v4.10.0) - [github.com/astral-sh/uv-pre-commit: 0.9.7 → 0.9.8](astral-sh/uv-pre-commit@0.9.7...0.9.8) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4)
1 parent 086c046 commit a7b1db0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ repos:
1111

1212
# Versioning: Commit messages & changelog
1313
- repo: https://github.com/commitizen-tools/commitizen
14-
rev: v4.9.1
14+
rev: v4.10.0
1515
hooks:
1616
- id: commitizen
1717
stages: [commit-msg]
1818

1919
# Deps: ensure Python uv lockfile is up to date
2020
- repo: https://github.com/astral-sh/uv-pre-commit
21-
rev: 0.9.7
21+
rev: 0.9.8
2222
hooks:
2323
- id: uv-lock
2424

@@ -34,7 +34,7 @@ repos:
3434
# Lint / autoformat: Python code
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
3636
# Ruff version.
37-
rev: "v0.14.3"
37+
rev: "v0.14.4"
3838
hooks:
3939
# Run the linter
4040
- id: ruff

0 commit comments

Comments
 (0)