X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=03453199804a1272af52cd475a493cb75fcb348b;hb=12ab37768cabb8c9d4178943256c4bbc5876fd87;hp=899761600e37917ed88a5791070ac3ae1d486323;hpb=c40d7a313bd0bf08c5cd4ed5c62c55076b718b92;p=osm%2Fosmclient.git diff --git a/tox.ini b/tox.ini index 8997616..0345319 100644 --- a/tox.ini +++ b/tox.ini @@ -31,10 +31,10 @@ parallel_show_output = true ####################################################################################### [testenv:black] -deps = black +deps = black==23.12.1 skip_install = true commands = - - black --check --diff osmclient/ + 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.1.1 commands = - - pylint -E osmclient + pylint -E osmclient #######################################################################################