summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-08-03 06:44:42 -0700
committerBob Halley <halley@dnspython.org>2020-08-03 06:44:42 -0700
commitacc9a1dab2c1cf9d4b150b9f4f2554de54dfcf33 (patch)
tree0e4bf4511d197dbeeff2fb1829af539c0785bb0e
parente7c090a0b1831525a098e9d61cf76111050eee40 (diff)
downloaddnspython-acc9a1dab2c1cf9d4b150b9f4f2554de54dfcf33.tar.gz
multiple # in a comment is ok
-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,