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.
1 parent 893dd5c commit 75b28dcCopy full SHA for 75b28dc
.pre-commit-config.yaml
@@ -13,13 +13,13 @@ repos:
13
exclude: template
14
- id: check-added-large-files
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.13.2
+ rev: v0.14.3
17
hooks:
18
- id: ruff
19
args: [--fix, --exit-non-zero-on-fix]
20
- id: ruff-format
21
- repo: https://github.com/astral-sh/uv-pre-commit
22
- rev: 0.8.22
+ rev: 0.9.7
23
24
- id: uv-lock
25
- repo: https://github.com/adrienverge/yamllint.git
@@ -37,7 +37,7 @@ repos:
37
test/test_util_path.py
38
)$
39
- repo: https://github.com/compilerla/conventional-pre-commit
40
- rev: v4.2.0
+ rev: v4.3.0
41
42
- id: conventional-pre-commit
43
stages: [commit-msg]
0 commit comments