summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake84
1 files changed, 4 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
index a4c8aa2fbc..d916433cfe 100644
--- a/.flake8
+++ b/.flake8
@@ -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