Skip to content

Commit

Permalink
CI: Replace flake8-import-order with flake8-isort
Browse files Browse the repository at this point in the history
While it gives less useful output than flake8-import-order, flake8-isort
by running isort uses our isort config. We can deal with the worse
output by just having people run isort.
  • Loading branch information
dopplershift committed Jul 7, 2021
1 parent f3bd491 commit bb6f9e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ci/linting_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ flake8-builtins==1.5.3
flake8-comprehensions==3.5.0
flake8-continuation==1.0.5
flake8-copyright==0.2.2
flake8-import-order==0.18.1
flake8-isort==4.0.0
isort==5.9.1
flake8-mutable==1.2.0
flake8-pep3101==1.3.0
flake8-print==4.0.0
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ max-line-length = 95

[flake8]
max-line-length = 95
application-import-names = metpy flake8_metpy
import-order-style = google
copyright-check = True
copyright-author = MetPy Developers
inline-quotes = single
Expand Down

0 comments on commit bb6f9e4

Please sign in to comment.