From a9cedcceca62f5ab93befcdef226196d76ac1981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 3 Jan 2022 14:45:10 +0100 Subject: python: improve code stule --- config/pycodestyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/pycodestyle') diff --git a/config/pycodestyle b/config/pycodestyle index c178190..934a726 100644 --- a/config/pycodestyle +++ b/config/pycodestyle @@ -1,2 +1,2 @@ [pycodestyle] -ignore = E501 +ignore = E501,E203,W503 -- cgit v1.2.3