Allow the deployment of privileged KDUs
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 816de79..0e3f69f 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,8 @@ deps =  -r{toxinidir}/requirements.txt
 deps = black
 skip_install = true
 commands =
-        - black --check --diff n2vc/
+        black --check --diff n2vc/
+        black --check --diff setup.py
 
 
 #######################################################################################
@@ -113,6 +114,7 @@ ignore =
         W503,
         E123,
         E125,
+        E203,
         E226,
         E241
 exclude =