pep8: Ignore N535 eventlet checking hacking rule

Change-Id: If5a5eb7044ed7d31f10478d93e394f95a21a2ba1
Signed-off-by: lajoskatona <lajos.katona@est.tech>
This commit is contained in:
lajoskatona
2025-09-12 11:52:57 +02:00
parent e0b5e2001b
commit 86ffcc8d43

View File

@@ -136,7 +136,8 @@ commands =
# TODO(dougwig) -- uncomment this to test for remaining linkages
# N530 direct neutron imports not allowed
# N531 Log messages require translation hints
ignore = E125,E126,E128,E129,E265,W504,I202,H404,H405,N530,N531
# N535 Usage of Python eventlet module not allowed
ignore = E125,E126,E128,E129,E265,W504,I202,H404,H405,N530,N535,N531
# H106 Don't put vim configuration in source files
# H203 Use assertIs(Not)None to check for None
# H904 Delay string interpolations at logging calls