From 4a72a5b6b3ae99b28f4cfb54d0cf2de51ae848db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 17 Apr 2023 08:14:04 +0200 Subject: [PATCH] E241, E501 --- .flake8 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.flake8 b/.flake8 index e87185fa..bd5f2e22 100644 --- a/.flake8 +++ b/.flake8 @@ -6,12 +6,8 @@ ignore = E203, # E221: multiple spaces before operator E221, - # E241: multiple spaces after ':' - E241, # E402: module level import not at top of file E402, - # E501: line too long - E501, # E741 ambiguous variable name E741, # W503: line break before binary operator