summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-02-22 11:30:19 +0000
committerGitHub <noreply@github.com>2022-02-22 11:30:19 +0000
commit1ae492c8c09edef4a6d2af65588895305eaedec3 (patch)
tree1afe543f1b8fdcb12e2478401f62d694bc4240d1 /tox.ini
parentUse v3 endpoints for fallback auth (Matrix 1.1) (#12019) (diff)
downloadsynapse-1ae492c8c09edef4a6d2af65588895305eaedec3.tar.xz
Move isort config to `pyproject.toml` (#12052)
Diffstat (limited to '')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 41678aa38b..436ecf7552 100644
--- a/tox.ini
+++ b/tox.ini
@@ -166,7 +166,7 @@ commands =
 
 [testenv:check_isort]
 extras = lint
-commands = isort -c --df --sp setup.cfg {[base]lint_targets}
+commands = isort -c --df {[base]lint_targets}
 
 [testenv:check-newsfragment]
 skip_install = true