From a8b78be75d44dedf4b7fdf2eacb4d8a32e0b3aef Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 29 Jun 2020 01:30:33 +0200 Subject: black flake8 compatability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + add E203 whitespace before ‘:’ to flake8 ignore Due to black's formatting we need to ignore flake8 warning. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6e6bed8..76eda04 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [flake8] -ignore = E501 +ignore = E501,E203 exclude = .git,__pycache__,.gitlab max-complexity = 15 max-line-length = 120 -- cgit v1.2.3-18-g5258