Update requirements.txt and tox.ini
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 21fc186..bf31bce 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,8 @@ deps =  -r{toxinidir}/requirements.txt
 deps = black
 skip_install = true
 commands =
 deps = black
 skip_install = true
 commands =
-        - black --check --diff n2vc/
+        black --check --diff n2vc/
+        black --check --diff setup.py
 
 
 #######################################################################################
 
 
 #######################################################################################
@@ -64,7 +65,7 @@ commands =
 deps =  {[testenv]deps}
         -r{toxinidir}/requirements-dev.txt
         -r{toxinidir}/requirements-test.txt
 deps =  {[testenv]deps}
         -r{toxinidir}/requirements-dev.txt
         -r{toxinidir}/requirements-test.txt
-        pylint
+        pylint==2.10.2
 commands =
     pylint -E n2vc
 
 commands =
     pylint -E n2vc
 
@@ -110,8 +111,10 @@ whitelist_externals = sh
 ignore =
         W291,
         W293,
 ignore =
         W291,
         W293,
+        W503,
         E123,
         E125,
         E123,
         E125,
+        E203,
         E226,
         E241
 exclude =
         E226,
         E241
 exclude =