From cdae7cc0d81ea6fd01555c44ed7142ae1ae9dd95 Mon Sep 17 00:00:00 2001 From: Carly Gundy Date: Thu, 19 Oct 2023 16:36:59 +0200 Subject: [PATCH] ignore linter warning --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ce2267c..f55234b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,4 +9,4 @@ ignore_missing_imports = True ignore_missing_imports = True [flake8] -ignore = E501 +ignore = E501, W503