X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=607d0d343bdd378323ae2ba94d9c9dca9ae97263;hb=77ba5f4553010d95438e1f40c9b731c12c90857b;hp=e1560bbd05fef69aaeb40360fa996b790d14f44d;hpb=0046a316387d86e5df191b0aece617fcedeabb26;p=osm%2Fosmclient.git diff --git a/tox.ini b/tox.ini index e1560bb..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,7 +64,7 @@ commands = deps = {[testenv]deps} -r{toxinidir}/requirements-dev.txt -r{toxinidir}/requirements-test.txt - pylint + pylint==3.2.2 commands = pylint -E osmclient/