Skip to content

Commit 7f017ab

Browse files
Pre-commit automationahal
authored andcommitted
chore: pre-commit autoupdate
1 parent 47c8c4f commit 7f017ab

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
@@ -13,11 +13,11 @@ repos:
1313
exclude: template
1414
- id: check-added-large-files
1515
- repo: https://github.com/astral-sh/uv-pre-commit
16-
rev: 0.8.22
16+
rev: 0.9.7
1717
hooks:
1818
- id: uv-lock
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: 'v0.13.2'
20+
rev: 'v0.14.3'
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]
@@ -40,7 +40,7 @@ repos:
4040
test/test_util_path.py
4141
)$
4242
- repo: https://github.com/compilerla/conventional-pre-commit
43-
rev: v4.2.0
43+
rev: v4.3.0
4444
hooks:
4545
- id: conventional-pre-commit
4646
stages: [commit-msg]

0 commit comments

Comments
 (0)