We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990b051 commit 9241b28Copy full SHA for 9241b28
prek.toml
@@ -22,7 +22,7 @@ hooks = [
22
id = "ruff-check",
23
name = "ruff check",
24
language = "system",
25
- entry = "ruff check --fix --force-exclude",
+ entry = "uv run --group=lint ruff check --fix --force-exclude",
26
types = ["python"],
27
},
28
]
@@ -34,7 +34,7 @@ hooks = [
34
id = "ruff-format",
35
name = "ruff format",
36
37
- entry = "ruff format --force-exclude",
+ entry = "uv run --group=lint ruff format --force-exclude",
38
39
40
0 commit comments