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.
uv run
1 parent 92d1520 commit 1310c42Copy full SHA for 1310c42
‎lefthook.yml
@@ -1,19 +1,17 @@
1
-# lefthook.yml
2
-
3
pre-commit:
4
parallel: true
5
commands:
6
ruff-check:
7
glob: "*.{py,pyi}"
8
- run: uv run --no-group=orjson ruff check --fix {staged_files}
+ run: uv run --no-sync ruff check --fix {staged_files}
9
stage_fixed: true
10
ruff-format:
11
12
- run: uv run --no-group=orjson ruff format {staged_files}
+ run: uv run --no-sync ruff format {staged_files}
13
14
ignore-format:
15
16
- run: uv run --no-group=orjson tool/format_ignores.py {staged_files}
+ run: uv run --no-sync tool/format_ignores.py {staged_files}
17
18
19
post-checkout:
0 commit comments