From 18c40012c2980d3543df28164636692d1b4ba306 Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Mon, 7 Jan 2019 17:50:15 +0200 Subject: [PATCH] flake8: Fix ignored paths Signed-off-by: Vasilis Tsiligiannis --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 18c2f24..8a3120e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -69,7 +69,7 @@ install_requires = max-complexity = 25 max-line-length = 99 ignore = F403 -exclude = *migrations/*,docs +exclude = network/_version.py,versioneer.py,*/migrations,docs # See the docstring in versioneer.py for instructions. Note that you must # re-run 'versioneer.py setup' after changing this section, and commit the