X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=604d3e2734e6b02f8d8c855147113ee0982d67cf;hb=5fbd9a9d9cc20ecb0b49718a231327c81c2ba49d;hp=899761600e37917ed88a5791070ac3ae1d486323;hpb=c40d7a313bd0bf08c5cd4ed5c62c55076b718b92;p=osm%2Fosmclient.git diff --git a/tox.ini b/tox.ini index 8997616..604d3e2 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +34,7 @@ parallel_show_output = true deps = black skip_install = true commands = - - black --check --diff osmclient/ + black --check --diff osmclient/ ####################################################################################### @@ -66,7 +66,7 @@ deps = {[testenv]deps} -r{toxinidir}/requirements-test.txt pylint commands = - - pylint -E osmclient + pylint -E osmclient #######################################################################################