X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=ee430587345e9433c4434c9312c8f97b064e28f6;hb=refs%2Fheads%2Fv15.0;hp=78629d5bddac3eb72a8dd9203faddcbd4ac98044;hpb=d1ccf0e88aeacb065b97a6c5cb82e6de53537b94;p=osm%2Fosmclient.git diff --git a/tox.ini b/tox.ini index 78629d5..607d0d3 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ parallel_show_output = true ####################################################################################### [testenv:black] -deps = black +deps = black==23.12.1 skip_install = true commands = black --check --diff osmclient/ @@ -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/ #######################################################################################