Resolve H305 pep8 issue
H305 imports not grouped correctly Change-Id: Ia990dd628da195097838a13d876ef987363d3f8e
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user