We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c8c4f commit 7f017abCopy full SHA for 7f017ab
.pre-commit-config.yaml
@@ -13,11 +13,11 @@ repos:
13
exclude: template
14
- id: check-added-large-files
15
- repo: https://github.com/astral-sh/uv-pre-commit
16
- rev: 0.8.22
+ rev: 0.9.7
17
hooks:
18
- id: uv-lock
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: 'v0.13.2'
+ rev: 'v0.14.3'
21
22
- id: ruff
23
args: [--fix, --exit-non-zero-on-fix]
@@ -40,7 +40,7 @@ repos:
40
test/test_util_path.py
41
)$
42
- repo: https://github.com/compilerla/conventional-pre-commit
43
- rev: v4.2.0
+ rev: v4.3.0
44
45
- id: conventional-pre-commit
46
stages: [commit-msg]
0 commit comments