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 50defbc commit 45c895aCopy full SHA for 45c895a
.pre-commit-config.yaml
@@ -9,13 +9,14 @@ repos:
9
10
- repo: https://github.com/astral-sh/uv-pre-commit
11
# uv version.
12
- rev: 0.6.14
+ rev: 0.7.2
13
hooks:
14
- id: uv-lock
15
+ # Synchronize dependencies upon branch checkout, pull or rebase
16
+ # requires extra hook types to be installed!!!
17
+ # - id: uv-sync
18
- - repo: https://github.com/astral-sh/ruff-pre-commit
- # Ruff version.
- rev: v0.11.4
19
+ - repo: local
20
21
# Run the linter.
22
- id: ruff
0 commit comments