]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
multiple # in a comment is ok
authorBob Halley <halley@dnspython.org>
Mon, 3 Aug 2020 13:44:42 +0000 (06:44 -0700)
committerBob Halley <halley@dnspython.org>
Mon, 3 Aug 2020 13:44:42 +0000 (06:44 -0700)
.flake8

diff --git a/.flake8 b/.flake8
index a294638fc2c0601e3d551e2c484520c9415e5e0f..3b1f77dece40e07386b80652715c26adfba1c20b 100644 (file)
--- 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,