aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2021-07-20 11:44:26 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2021-07-20 14:38:09 +0530
commitf90e03c6a749ee25df3ac74355981861d59160d0 (patch)
tree400b9f6b2ef6a07b1dbb4ebeeb58e8c026e00a45 /tox.ini
parent555e5727d1c818108ff255a1b9fe4542b768ad5c (diff)
Add cps client to PCI app
- Add CPS client - Add configuration to switch between CPS and config DB Issue-ID: OPTFRA-978 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ibce259123864a16e5f9e3b8e53563151d8036a88
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6dc85e0..8dc20c9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -43,4 +43,4 @@ commands =
select = E,H,W,F
max-line-length = 119
ignore = W503 #conflict with W504
-per-file-ignores=
+per-file-ignores= apps/pci/optimizers/__init__.py:F401