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 32780a4 commit 9b77f7dCopy full SHA for 9b77f7d
.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.11.4
+ rev: v0.11.7
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.6.12
+ rev: 0.7.2
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.0.0
+ rev: v4.1.0
41
42
- id: conventional-pre-commit
43
stages: [commit-msg]
0 commit comments