Add NSSI candidate
[optf/has.git] / conductor / tox.ini
index 3fe867a..b65abd4 100644 (file)
@@ -64,8 +64,8 @@ select = E,H,W,F
 max-line-length = 119
 exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,install-guide,*/tests/*
 show-source = True
-ignore=
-per-file-ignores=
+ignore= W503   #conflict with W504
+per-file-ignores= conductor/data/plugins/inventory_provider/aai.py:F821
 
 [hacking]
 import_exceptions = conductor.common.i18n