We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614ab6c commit 02135a6Copy full SHA for 02135a6
1 file changed
.github/workflows/ci.yml
@@ -32,10 +32,11 @@ jobs:
32
uv run maturin develop --release
33
34
- name: "🧹 Lint and format check"
35
+ continue-on-error: true
36
run: |
37
cargo fmt -- --check
38
cargo clippy -- -D warnings
- # uv run black --check python/
39
+ uv run black --check python/
40
uv run ruff check python/
41
uv run mypy python/
42
0 commit comments