Skip to content

Commit 237c9d3

Browse files
committed
ci: do not run isort
1 parent 56b1e16 commit 237c9d3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/static-checks.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ jobs:
4646
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
4747
poetry run flake8 . --count --exit-zero --max-line-length=127 --statistics
4848
49-
- name: Run isort
50-
run: |
51-
poetry run isort .
52-
5349
- name: markdownlint-cli
5450
uses: nosborn/github-action-markdown-cli@v3.3.0
5551
with:

0 commit comments

Comments
 (0)