X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=377149c05d58dcfc224d766314fcc7b56a89afd4;hb=02a3e175f1ca019733ae57d32e1b310a214a0f36;hp=7827a7e43940c5a72720126a2dda0d28980fca8b;hpb=0ae051c524c15eb7818b01c9dfd9356760471fde;p=osm%2FNBI.git diff --git a/tox.ini b/tox.ini index 7827a7e..377149c 100644 --- 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 @@ -81,7 +81,7 @@ commands = ####################################################################################### [testenv:pip-compile] -deps = pip-tools==6.4.0 +deps = pip-tools==6.6.2 skip_install = true whitelist_externals = bash [ @@ -118,7 +118,8 @@ ignore = E123, E125, E226, - E241 + E241, + E501 exclude = .git, __pycache__,