From: Carl Worth Date: Mon, 24 Jan 2022 23:23:00 +0000 (-0800) Subject: Ignore flake8 E266 X-Git-Url: https://git.cworth.org/git?p=turbot;a=commitdiff_plain;h=1ae7779203646ce8464e4349f7e78e6abd172848 Ignore flake8 E266 Which doesn't allow comments to include multiple hash symbols, (seriously, the flake conformance can get out of hand sometimes). --- diff --git a/.flake8 b/.flake8 index 4575054..33942f8 100644 --- 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