From a002c2ed8295f351855cf10184e460fdd8df91a1 Mon Sep 17 00:00:00 2001 From: Carly Gundy Date: Thu, 28 Nov 2024 16:47:08 +0100 Subject: [PATCH] add exception --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ce2267c..43f9140 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,4 +9,4 @@ ignore_missing_imports = True ignore_missing_imports = True [flake8] -ignore = E501 +ignore = E501, E701