summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake83
1 files changed, 2 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index df41bdd4e..aa38c6f62 100644
--- a/.flake8
+++ b/.flake8
@@ -6,5 +6,6 @@
# F841: unused variable
# F401: Unused import
# E402: module level import not at top of file
-ignore=E265,E501,F841,F401,E402
+# E266: too many leading '#' for block comment
+ignore=E265,E501,F841,F401,E402,E266
max_complexity = 12