CI: auto-fix trailing newlines in ruff lint step
This commit is contained in:
@@ -29,7 +29,9 @@ jobs:
|
||||
python -m pip install -e ".[dev]"
|
||||
|
||||
- name: Lint (ruff)
|
||||
run: ruff check src tests
|
||||
run: |
|
||||
ruff check --fix src tests
|
||||
ruff check src tests
|
||||
|
||||
- name: Typecheck (mypy)
|
||||
run: mypy src
|
||||
|
||||
Reference in New Issue
Block a user