From 1ae7779203646ce8464e4349f7e78e6abd172848 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 24 Jan 2022 15:23:00 -0800 Subject: [PATCH] Ignore flake8 E266 Which doesn't allow comments to include multiple hash symbols, (seriously, the flake conformance can get out of hand sometimes). --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0