From 73a7527b5e03a2acfad5841e066a6228144aca26 Mon Sep 17 00:00:00 2001 From: Renaud Boyer Date: Sun, 6 Dec 2020 22:31:42 +0100 Subject: [PATCH] ignore E203 --- .flake8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.flake8 b/.flake8 index 6478da8e..4bfb935e 100644 --- a/.flake8 +++ b/.flake8 @@ -1,8 +1,9 @@ [flake8] ignore = E501, - # W503 is incompatible with PEP 8 - W503 + # W503 & E203 are not PEP 8 compliant and conflicts with black + W503, + E203 exclude = .git, __pycache__,