X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=8c89a9d646c04d76a07c9f0bc86196abbb9088ab;hb=c0420cf86aaed737f59666516dd9e4de5c5db16c;hp=78629d5bddac3eb72a8dd9203faddcbd4ac98044;hpb=3f3faa30b7341acd221fd580b00418b4684ae85c;p=osm%2Fosmclient.git diff --git a/tox.ini b/tox.ini index 78629d5..8c89a9d 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ parallel_show_output = true ####################################################################################### [testenv:black] -deps = black +deps = black==24.1.1 skip_install = true commands = black --check --diff osmclient/ @@ -54,7 +54,7 @@ allowlist_externals = sh ####################################################################################### [testenv:flake8] -deps = flake8 +deps = flake8==7.0.0 commands = flake8 osmclient/ setup.py @@ -64,9 +64,9 @@ commands = deps = {[testenv]deps} -r{toxinidir}/requirements-dev.txt -r{toxinidir}/requirements-test.txt - pylint + pylint==3.2.2 commands = - pylint -E osmclient + pylint -E osmclient/ #######################################################################################