style: Move isort configuration to pyproject.toml

- [x] Remove flake8-import-order checks, as we only need isort for this
- [x] Clean up configuration and requirements
This commit is contained in:
Todd Gamblin
2021-07-04 01:51:46 -07:00
parent 7a9fe189e1
commit b5d2c30d26
5 changed files with 16 additions and 21 deletions

View File

@@ -66,10 +66,6 @@ exclude =
format = spack
# flake8-import-order settings
application-import-names = llnl,spack
import-order-style = pycharm
[flake8:local-plugins]
report =
spack = flake8_formatter:SpackFormatter