summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 2 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
index a294638..3b1f77d 100644
--- a/.flake8
+++ b/.flake8
@@ -6,6 +6,8 @@ ignore =
E129,
# Whitespace round parameter '=' can be excessive
E252,
+ # Multiple # in a comment is OK
+ E266,
# Not excited by the "two blank lines" rule
E302,
E305,