Skip to content
20 changes: 11 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ jobs:
- name: Test with pytest
run: |
pytest ./tests
- name: Check with isort
run: |
isort --check --diff .
- name: Check with black
run: |
black --check --diff .
- name: Check with flake8
run: |
flake8 --show-source --statistics .

# will be replaced by ruff
# - name: Check with isort
# run: |
# isort --check --diff .
# - name: Check with black
# run: |
# black --check --diff .
# - name: Check with flake8
# run: |
# flake8 --show-source --statistics .
Loading