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