Skip to content

Commit

Permalink
Remove sorted imports verification
Browse files Browse the repository at this point in the history
  • Loading branch information
morellexf13 committed Apr 27, 2023
1 parent 30c586a commit 527c0d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82,F401 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Verify sorted imports
run: |
python -m pip install isort
isort . -m HANGING_INDENT -l 120 --check-only
- name: Test install
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 527c0d3

Please sign in to comment.