summaryrefslogtreecommitdiffstats
path: root/conductor/tox.ini
diff options
context:
space:
mode:
authordhebeha <dhebeha.mj71@wipro.com>2020-08-21 12:57:41 +0530
committerdhebeha <dhebeha.mj71@wipro.com>2020-09-01 12:38:26 +0530
commit58926cce98f4c590a98e042c94c7ea0ddeff4672 (patch)
tree8e4b7e5a8d9010cdb09bdef388fbd8cd1154a8a8 /conductor/tox.ini
parent8e23179dd67da6517382369d579e62f2435d02c8 (diff)
Add NSSI candidate
-Add generic flow for NxI candidate -Add default attributes Issue-ID: OPTFRA-801 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Change-Id: I869ebcd35d4c2436676868b26006ca991b34e538
Diffstat (limited to 'conductor/tox.ini')
-rw-r--r--conductor/tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/conductor/tox.ini b/conductor/tox.ini
index 3fe867a..b65abd4 100644
--- a/conductor/tox.ini
+++ b/conductor/tox.ini
@@ -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