We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 086c046 + a7b1db0 commit d78a59eCopy full SHA for d78a59e
.pre-commit-config.yaml
@@ -11,14 +11,14 @@ repos:
11
12
# Versioning: Commit messages & changelog
13
- repo: https://github.com/commitizen-tools/commitizen
14
- rev: v4.9.1
+ rev: v4.10.0
15
hooks:
16
- id: commitizen
17
stages: [commit-msg]
18
19
# Deps: ensure Python uv lockfile is up to date
20
- repo: https://github.com/astral-sh/uv-pre-commit
21
- rev: 0.9.7
+ rev: 0.9.8
22
23
- id: uv-lock
24
@@ -34,7 +34,7 @@ repos:
34
# Lint / autoformat: Python code
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
# Ruff version.
37
- rev: "v0.14.3"
+ rev: "v0.14.4"
38
39
# Run the linter
40
- id: ruff
0 commit comments