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 58a22d2 commit b023288Copy full SHA for b023288
.github/workflows/ci_checks.yml
@@ -34,6 +34,7 @@ jobs:
34
- name: Run Ruff linter
35
run: |
36
uv tool run ruff check
37
+ uv tool run ruff format --check
38
39
type-check:
40
name: Type Safety Check
0 commit comments