Use flake8-import-order to enforce PEP-8 compliance (#23947)

This commit is contained in:
Adam J. Stewart
2021-06-28 08:03:20 -05:00
committed by GitHub
parent 744cedc7e9
commit 2284007db9
3 changed files with 15 additions and 11 deletions

View File

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