From 656cb29c16c9890c503d44ca24dd275f454b2133 Mon Sep 17 00:00:00 2001 From: Thorsten Hater <24411438+thorstenhater@users.noreply.github.com> Date: Mon, 1 Aug 2022 09:58:32 +0200 Subject: [PATCH] Disable inconsistent rule. (#1928) --- .flake8 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.flake8 b/.flake8 index 5269b25b..253235aa 100644 --- a/.flake8 +++ b/.flake8 @@ -5,6 +5,8 @@ extend-ignore = E203, # zealous line lengths E501, + # inconsistent ruling on newlines before bin op + W503, # ambiguous varnames I ./. l etc E741, select = C,E,F,W,B,B950 -- GitLab