v13.0 Branch Preparation
[osm/NBI.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 929119a..377149c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -53,7 +53,7 @@ whitelist_externals = sh
 
 #######################################################################################
 [testenv:flake8]
-deps = flake8
+deps = flake8==5.0.4
 commands =
         - flake8 osm_nbi/ setup.py
 
@@ -118,7 +118,8 @@ ignore =
         E123,
         E125,
         E226,
-        E241
+        E241,
+        E501
 exclude =
         .git,
         __pycache__,