pep8: Ignore N535 eventlet checking hacking rule
Change-Id: I61b23f733c807f88d7036bd4625f1ed9fc7aec8e Signed-off-by: lajoskatona <lajos.katona@est.tech>
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -82,9 +82,10 @@ commands =
|
||||
# H106 Don’t put vim configuration in source files
|
||||
# H203 Use assertIs(Not)None to check for None
|
||||
# W504 line break after binary operator
|
||||
# N535 Usage of Python eventlet module not allowed
|
||||
# (W503 and W504 are incompatible and we need to choose one of them.
|
||||
# Existing codes follows W503, so we disable W504.)
|
||||
ignore = E125,E126,E128,E129,E265,H404,H405,I202,N530,N537,W504
|
||||
ignore = E125,E126,E128,E129,E265,H404,H405,I202,N530,N535,N537,W504
|
||||
enable-extensions=H106,H203
|
||||
show-source = true
|
||||
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,.ropeproject,rally-scenarios
|
||||
|
Reference in New Issue
Block a user