add -fix for ruff
All checks were successful
CI / test (push) Successful in 11s
Release SDSAT / release (push) Successful in 10s

This commit is contained in:
2026-02-14 12:19:49 +01:00
parent 85ec200a13
commit 8d5b48e100

View File

@@ -23,7 +23,7 @@ jobs:
- name: Lint + Tests
run: |
ruff check .
ruff check . --fix
pytest -q
- name: Build SDSAT tar.gz with metadata (no __init__)