fix: add ruff configuration and fix CI workflow
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -33,4 +33,6 @@ jobs:
|
||||
run: pytest -xvs --tb=short
|
||||
|
||||
- name: Run linting
|
||||
run: ruff check .
|
||||
run: |
|
||||
pip install ruff
|
||||
ruff check --exit-non-zero-on-error .
|
||||
|
||||
Reference in New Issue
Block a user