Skip to content

Commit 02135a6

Browse files
committed
ci: make linter step non-blocking; align Ruff with Black
1 parent 614ab6c commit 02135a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ jobs:
3232
uv run maturin develop --release
3333
3434
- name: "🧹 Lint and format check"
35+
continue-on-error: true
3536
run: |
3637
cargo fmt -- --check
3738
cargo clippy -- -D warnings
38-
# uv run black --check python/
39+
uv run black --check python/
3940
uv run ruff check python/
4041
uv run mypy python/
4142

0 commit comments

Comments
 (0)