v13.0 Branch Preparation
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 2e1199f..853c1bb 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -55,7 +55,7 @@ whitelist_externals = sh
 
 #######################################################################################
 [testenv:flake8]
-deps = flake8
+deps = flake8==5.0.4
 commands =
         flake8 n2vc/ setup.py
 
@@ -121,7 +121,8 @@ ignore =
         E125,
         E203,
         E226,
-        E241
+        E241,
+        E501
 exclude =
         .git,
         __pycache__,