add -fix for ruff
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user