From 0a70adeceb58c575daaef588239f0f1cd8ce7e92 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:27:29 +0200 Subject: [PATCH] Update ignored error codes for flake8 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b9572076..53e27d09 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,6 +50,6 @@ gui_scripts = universal = 0 [flake8] -ignore = E133,E221,E226,E228,E241,W503 +ignore = D107,D205,D400,E133,E221,E226,E228,E241,W503 max-line-length = 99 exclude = docs/*