From 73f885e382d5a1f9ef9efaf299b60b211350b093 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Wed, 18 Dec 2019 00:23:09 +0100 Subject: [PATCH] flake8 configuration: allow whitespace around colons --- .flake8 | 1 + 1 file changed, 1 insertion(+) diff --git a/.flake8 b/.flake8 index 61d90815..4551085d 100644 --- a/.flake8 +++ b/.flake8 @@ -1,2 +1,3 @@ [flake8] +ignore = W503, E203 max-line-length = 99