diff --git a/ci/linting_requirements.txt b/ci/linting_requirements.txt index eebd1c4702a..409fd5bd9df 100644 --- a/ci/linting_requirements.txt +++ b/ci/linting_requirements.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index ec062ad1427..61eed990283 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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