Update tox.ini file with correct invocation
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user