Enable checks for H302 and F401

* H302 do not import objects, only modules
* F401 module imported but unused

Change-Id: I9625257a051747c9e9d372e48e03cb02fb3ab53d
This commit is contained in:
Christian Berendt 2014-08-15 14:21:46 +02:00
parent 857f5feaff
commit 53139e47e4
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ commands = {posargs}
commands = python setup.py build_sphinx
[flake8]
ignore = H302,F401
builtins = _
show-source = True
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build