From 09e09a3cf9df4e74497f7ea0fb9695f2e0f381db Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Sun, 5 Jul 2020 14:33:00 +0100 Subject: [PATCH] Update tox.ini file with correct invocation --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ab6557f15e..6068d0af38 100644 --- a/tox.ini +++ b/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