fix: add ruff configuration and fix CI workflow
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-05 10:08:47 +00:00
parent 331972d2fc
commit 90fe3fa817

View File

@@ -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 .