Skip to content

Commit 98d8af2

Browse files
committed
linting on GitHub with ruff
1 parent 37ee3fe commit 98d8af2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616

1717
- name: lint
1818
run: |
19-
pip install isort black[jupyter] flake8-docstrings
20-
isort --check . -v
21-
black --check */ -v
22-
flake8 . -v
19+
pip install ruff
20+
ruff check .
21+
ruff format --check .
2322
2423
testing:
2524
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)