summaryrefslogtreecommitdiffstats
path: root/conductor/tox.ini
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2020-08-15 22:29:23 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2020-09-06 21:35:14 +0530
commitf7a27497dd184da6259ea8bd87c3c704df519923 (patch)
tree9facc131eaab53783e01cc7f0ec172c800914245 /conductor/tox.ini
parent11f579c76967eec1c4959ba02dbdfc6f19575a84 (diff)
Add support to generic optimization structure
Add a new template version to support the new optmization model Issue-ID: OPTFRA-730 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I286f7ae1bad0af1fac0da7e96f7274eb9518e031
Diffstat (limited to 'conductor/tox.ini')
-rw-r--r--conductor/tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/conductor/tox.ini b/conductor/tox.ini
index d6d120d..bd9de98 100644
--- a/conductor/tox.ini
+++ b/conductor/tox.ini
@@ -62,10 +62,10 @@ 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/*,conductor/data/service.py
+exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,install-guide,*/tests/*,__init__.py,conductor/data/service.py
show-source = True
-ignore= W503 #conflict with W504
-per-file-ignores= conductor/data/plugins/inventory_provider/aai.py:F821
+ignore = W503 #conflict with W504
+per-file-ignores = conductor/data/plugins/inventory_provider/aai.py:F821
[hacking]
import_exceptions = conductor.common.i18n