diff options
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 |