Skip to content

Commit

Permalink
update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
nisab zahid committed Nov 19, 2024
1 parent 925f8ff commit 007529e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
python -m pip install --upgrade pip
pip install black flake8 isort
- name: Run Black
run: black . --check
- name: Format with Black
run: black .

- name: Run Flake8
run: flake8 .
- name: Sort imports with isort
run: isort .

- name: Run isort
run: isort . --check-only --diff
- name: Run Flake8
run: flake8 . --max-line-length=88 --extend-ignore=E203

0 comments on commit 007529e

Please sign in to comment.