Update flake8 rules

Remove all the flake8 ignore rules.  The core ceilometer project is no
longer ignoring any, and as such the ceilometer-powervm project should
not either.

Change-Id: Ibb10aa723a3a8700c28f58265480e7143d4969b8
This commit is contained in:
Drew Thorstensen
2016-01-22 08:58:40 -05:00
parent 528675cde9
commit 77724acfe9

View File

@@ -33,7 +33,7 @@ commands =
whitelist_externals = bash
[flake8]
ignore = H305
ignore =
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,nova_tests,build
show-source = true