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 22b402c commit 614ab6cCopy full SHA for 614ab6c
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
cargo fmt -- --check
37
cargo clippy -- -D warnings
38
- uv run black --check python/
+ # uv run black --check python/
39
uv run ruff check python/
40
uv run mypy python/
41
0 commit comments