diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2021-06-28 08:03:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 08:03:20 -0500 |
commit | 2284007db95af06b694c35492d20a918508bdb2f (patch) | |
tree | f44b63f2197141c03dbff3a2c26e13d0840ea8c3 /.flake8 | |
parent | 744cedc7e999f96aa0646bb43c039882991228ae (diff) | |
download | spack-2284007db95af06b694c35492d20a918508bdb2f.tar.gz spack-2284007db95af06b694c35492d20a918508bdb2f.tar.bz2 spack-2284007db95af06b694c35492d20a918508bdb2f.tar.xz spack-2284007db95af06b694c35492d20a918508bdb2f.zip |
Use flake8-import-order to enforce PEP-8 compliance (#23947)
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |