summaryrefslogtreecommitdiffstats
path: root/conductor/tox.ini
diff options
context:
space:
mode:
authordhebeha <dhebeha.mj71@wipro.com>2020-08-24 19:50:43 +0530
committerdhebeha mj <dhebeha.mj71@wipro.com>2020-09-01 07:36:42 +0000
commit11f579c76967eec1c4959ba02dbdfc6f19575a84 (patch)
treedae98f32711d544b2c541bcf6ad6c750436aaafe /conductor/tox.ini
parent58926cce98f4c590a98e042c94c7ea0ddeff4672 (diff)
Add support for NSI candidate
Issue-ID: OPTFRA-802 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Change-Id: Ibcc6760e6cc80a507a2ea2efab7088e1f09f5672
Diffstat (limited to 'conductor/tox.ini')
-rw-r--r--conductor/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/conductor/tox.ini b/conductor/tox.ini
index b65abd4..d6d120d 100644
--- a/conductor/tox.ini
+++ b/conductor/tox.ini
@@ -62,7 +62,7 @@ commands = bash -x oslo_debug_helper {posargs}
[flake8]
select = E,H,W,F
max-line-length = 119
-exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,install-guide,*/tests/*
+exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,install-guide,*/tests/*,conductor/data/service.py
show-source = True
ignore= W503 #conflict with W504
per-file-ignores= conductor/data/plugins/inventory_provider/aai.py:F821