]> git.cworth.org Git - turbot/commitdiff
Ignore flake8 E266
authorCarl Worth <cworth@cworth.org>
Mon, 24 Jan 2022 23:23:00 +0000 (15:23 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 24 Jan 2022 23:23:00 +0000 (15:23 -0800)
Which doesn't allow comments to include multiple hash symbols,
(seriously, the flake conformance can get out of hand sometimes).

.flake8

diff --git a/.flake8 b/.flake8
index 45750546d34811fee266e52bf017536692904ff3..33942f8b960869ee0073de027e70161cade97bdf 100644 (file)
--- a/.flake8
+++ b/.flake8
@@ -1,2 +1,2 @@
 [flake8]
-ignore = E251, E305, E302, W503, E201, E202, E225, E226, E203, W504
+ignore = E251, E305, E302, W503, E201, E202, E225, E226, E203, E266, W504