summaryrefslogtreecommitdiff
path: root/share/spack/qa/flake8-packages
diff options
context:
space:
mode:
Diffstat (limited to 'share/spack/qa/flake8-packages')
-rw-r--r--share/spack/qa/flake8-packages11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/spack/qa/flake8-packages b/share/spack/qa/flake8-packages
new file mode 100644
index 0000000000..0e5be249fb
--- /dev/null
+++ b/share/spack/qa/flake8-packages
@@ -0,0 +1,11 @@
+# -*- conf -*-
+[flake8]
+# Descriptions of ignored checks:
+#
+# E221: multiple spaces before operator
+# E241: multiple spaces after ‘,’
+# F403: disable wildcard import
+# F821: undefined name (needed for build commands)
+#
+ignore = E221,E241,F403,F821
+max-line-length = 79