1
0

Update tox.ini file with correct invocation

This commit is contained in:
Will Hunt
2020-07-05 14:33:00 +01:00
parent 6bd34c7e51
commit 09e09a3cf9

View File

@@ -132,7 +132,7 @@ commands =
[testenv:check_isort]
skip_install = True
deps = isort
commands = /bin/sh -c "isort -c -df -sp setup.cfg -rc synapse tests scripts-dev scripts"
commands = /bin/sh -c "isort -c --df --sp setup.cfg synapse tests scripts-dev scripts"
[testenv:check-newsfragment]
skip_install = True