From 109fb4bb4580ccfe428de3d06865e06fa0b41b00 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Thu, 23 Jun 2016 09:40:55 -0700 Subject: [PATCH] Updating flake8 ignore --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b08ea46d..f5761d54 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ addopts=--tb=native -p no:doctest norecursedirs=bin dist docs htmlcov script hooks node_modules .* {args} [flake8] -ignore = F999,E501,E128,E124,E402,W503,E731,F841 +ignore = F999,E501,E128,E124,E402,W503,E731,F841,F405 max-line-length = 100 exclude = .tox,.git,*/migrations/*,lemur/static/*,docs/*