Merge pull request #365 from kevgliss/docs

Updating flake8 ignore
This commit is contained in:
kevgliss 2016-06-23 09:59:08 -07:00 committed by GitHub
commit 5193342b3a
1 changed files with 1 additions and 1 deletions

View File

@ -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/*