fix: remove --fix from ruff in CI workflow
Some checks failed
CI / test (push) Failing after 4m51s

This commit is contained in:
2026-02-05 10:02:23 +00:00
parent 2de828b508
commit 331972d2fc

View File

@@ -33,4 +33,4 @@ jobs:
run: pytest -xvs --tb=short run: pytest -xvs --tb=short
- name: Run linting - name: Run linting
run: ruff check --fix . run: ruff check .