From 3698358124b405499d2edbfc867482efea72ddfa Mon Sep 17 00:00:00 2001 From: Juan Pablo Amoroso Date: Mon, 16 Mar 2020 19:40:20 -0300 Subject: [PATCH] Flake8 now ignores star import errors --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index def14d7..db51413 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,6 @@ [flake8] max-line-length = 119 +ignore = E126,F403,F405 [yapf] based_on_style = pep8