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.
2 parents 3f4fc47 + ca2e394 commit c8495b7Copy full SHA for c8495b7
3 files changed
.pre-commit-config.yaml
lefthook.yml
@@ -0,0 +1,20 @@
1
+pre-commit:
2
+ parallel: true
3
+ commands:
4
+ ruff-check:
5
+ run: uv run ruff check --fix {all_files}
6
+ glob: "*.py"
7
+ ruff-format:
8
+ run: uv run ruff format {all_files}
9
10
+ check-versions-match:
11
+ run: ./check-versions-match.py
12
+ stage_fixed: true
13
+
14
+pre-push:
15
16
17
+ run: uv run ruff check {all_files}
18
19
20
0 commit comments