Adding some flake8 configurations

This commit is contained in:
kevgliss 2015-07-21 10:03:02 -07:00
parent 309590fb6b
commit 0082b163d2
1 changed files with 12 additions and 0 deletions

12
setup.cfg Normal file
View File

@ -0,0 +1,12 @@
[pytest]
python_files=test*.py
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
max-line-length = 100
exclude = .tox,.git,*/migrations/*,lemur/static/*,docs/*
[wheel]
universal = 1