Skip to content

Commit e3ce077

Browse files
committed
Update pre-commit-config
1 parent f50596c commit e3ce077

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ repos:
99

1010
- repo: https://github.com/astral-sh/uv-pre-commit
1111
# uv version.
12-
rev: 0.6.14
12+
rev: 0.7.2
1313
hooks:
1414
- id: uv-lock
15+
# Synchronize dependencies upon branch checkout, pull or rebase
16+
# requires extra hook types to be installed!!!
17+
# - id: uv-sync
1518

16-
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
# Ruff version.
18-
rev: v0.11.4
19+
- repo: local
1920
hooks:
2021
# Run the linter.
2122
- id: ruff

0 commit comments

Comments
 (0)