From a37c74f5e29fb99a34f43da85d256e2c8bb82b43 Mon Sep 17 00:00:00 2001 From: didayolo Date: Fri, 3 Apr 2026 04:02:13 +0200 Subject: [PATCH] Ignore flake8 rule W503 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 16f5d925e..7132b51b2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [flake8] -ignore = E501,F405,W504,F541 +ignore = E501,F405,W504,F541,W503 # Flake plugins: inline-quotes = single