From 6929f3d0b38e0c603f6f7f2144de4dc7a73c9609 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Wed, 13 Nov 2024 22:26:03 +0100 Subject: [PATCH] ignore: E261 at least two spaces before inline comment --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 10786e2a..ba916303 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,5 +2,5 @@ # Only enable default tests (https://github.com/PyCQA/flake8/issues/790#issuecomment-812823398) # DNE: DOES-NOT-EXIST select = E,F,W,C90,DNE000 -ignore = E121,E123,E126,E226,E24,E704,W503,W504,DNE000,E501 +ignore = E121,E123,E126,E226,E24,E704,W503,W504,DNE000,E501,E261 extend-exclude = build