Merge "flake8: Specify 'ironic' as name of app"

This commit is contained in:
Jenkins 2017-03-20 15:44:51 +00:00 committed by Gerrit Code Review
commit 6426a51b79

@ -96,6 +96,7 @@ commands = {posargs}
ignore = E129
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
import-order-style = pep8
application-import-names = ironic
max-complexity=17
# [H106] Dont put vim configuration in source files.
# [H203] Use assertIs(Not)None to check for None.