Skip to content

Commit

Permalink
ci: do not run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
tngraf committed May 27, 2023
1 parent 56b1e16 commit 237c9d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
poetry run flake8 . --count --exit-zero --max-line-length=127 --statistics
- name: Run isort
run: |
poetry run isort .
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
Expand Down

0 comments on commit 237c9d3

Please sign in to comment.