1 Commits

Author SHA1 Message Date
8d5b48e100 add -fix for ruff
All checks were successful
CI / test (push) Successful in 11s
Release SDSAT / release (push) Successful in 10s
2026-02-14 12:19:49 +01:00

View File

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