From: Bob Halley Date: Mon, 3 Aug 2020 13:44:42 +0000 (-0700) Subject: multiple # in a comment is ok X-Git-Tag: v2.1.0rc1~112^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acc9a1dab2c1cf9d4b150b9f4f2554de54dfcf33;p=thirdparty%2Fdnspython.git multiple # in a comment is ok --- diff --git a/.flake8 b/.flake8 index a294638f..3b1f77de 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,