Resolve and enable H702 PEP8 rule
H702 Formatting operation should be outside of localization method call Change-Id: I83e3a7e3d7f19d3238ee91dcab730d55d479a65e
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -40,10 +40,9 @@ commands = oslo-config-generator --config-file etc/oslo-config-generator/murano.
|
||||
[flake8]
|
||||
# H233 Python 3.x incompatible use of print operator
|
||||
# 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,H405,H702,H904
|
||||
ignore = H233,H405,H904
|
||||
show-source = true
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
|
||||
|
||||
Reference in New Issue
Block a user