X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=853c1bb960c65bda95f09058f2cde82d378fcc3c;hb=4b555460e160d812a47178832eda6d460ac28a1a;hp=5aaf2a4c2115bbb2c9afa0936a1052f76451c76d;hpb=2519b547b412e4546a8ef1162b38e517d9fce32d;p=osm%2FN2VC.git diff --git a/tox.ini b/tox.ini index 5aaf2a4..853c1bb 100644 --- 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 @@ -83,7 +83,7 @@ commands = ####################################################################################### [testenv:pip-compile] -deps = pip-tools==6.4.0 +deps = pip-tools==6.6.2 skip_install = true whitelist_externals = bash [ @@ -121,7 +121,8 @@ ignore = E125, E203, E226, - E241 + E241, + E501 exclude = .git, __pycache__,