X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=ee430587345e9433c4434c9312c8f97b064e28f6;hb=92048832dded6b9a86936b89019c42b6451422f5;hp=78629d5bddac3eb72a8dd9203faddcbd4ac98044;hpb=d1ccf0e88aeacb065b97a6c5cb82e6de53537b94;p=osm%2Fosmclient.git diff --git a/tox.ini b/tox.ini index 78629d5..ee43058 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/ @@ -66,7 +66,7 @@ deps = {[testenv]deps} -r{toxinidir}/requirements-test.txt pylint commands = - pylint -E osmclient + pylint -E osmclient/ #######################################################################################