Enable E265 and H307 PEP8 checking

This commit is contained in:
tengqm 2015-02-02 14:52:06 +08:00
parent f065d20185
commit 831eae517a

View File

@ -38,9 +38,7 @@ deps = -r{toxinidir}/requirements.txt
commands = python setup.py build_sphinx
[flake8]
# E265 block comment should start with '#'
# H307 like imports should be grouped together
ignore = E265,H307
ignore =
show-source = true
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,tools,build,*senlin/tests*
max-complexity=20