Resolve H305 pep8 issue

H305  imports not grouped correctly

Change-Id: Ia990dd628da195097838a13d876ef987363d3f8e
This commit is contained in:
Ekaterina Chernova
2015-02-04 17:10:06 +03:00
parent 8a15466301
commit 87a63bf24e
22 changed files with 43 additions and 25 deletions

View File

@@ -40,13 +40,12 @@ commands = oslo-config-generator --config-file etc/oslo-config-generator/murano.
[flake8]
# H233 Python 3.x incompatible use of print operator
# E265 block comment should start with '# '
# H305 imports not grouped correctly
# H307 like imports should be grouped together
# H405 Multi line docstring summary not separated with an empty line
# H702 Argument to _ must be just a string
# H904 Wrap long lines in parentheses instead of a backslash
ignore = H233,H305,H307,E265,H405,H702,H904
ignore = H233,H307,E265,H405,H702,H904
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools