From f1241415f991f41f06e440b7ce9a677bfa079530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Samohel?= <33513211+antirotor@users.noreply.github.com> Date: Mon, 23 Mar 2020 18:38:03 +0100 Subject: [PATCH] fixing flake8 configuration there was duplicated ignore option --- .flake8 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.flake8 b/.flake8 index f28d8cbfc3..b04062ceab 100644 --- a/.flake8 +++ b/.flake8 @@ -1,7 +1,6 @@ [flake8] # ignore = D203 -ignore = BLK100 -ignore = W504 +ignore = BLK100, W504 max-line-length = 79 exclude = .git,