Skip to content
Snippets Groups Projects
Unverified Commit 9b1c19e0 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Merge pull request #4283 from matrix-org/erikj/isort_df

Make isort tox check print diff when it fails
parents 30da50a5 74c3606c
No related branches found
No related tags found
No related merge requests found
Make isort tox check print diff when it fails
......@@ -134,7 +134,7 @@ commands = /bin/sh -c "flake8 synapse tests scripts scripts-dev scripts/hash_pas
[testenv:check_isort]
skip_install = True
deps = isort
commands = /bin/sh -c "isort -c -sp setup.cfg -rc synapse tests"
commands = /bin/sh -c "isort -c -df -sp setup.cfg -rc synapse tests"
[testenv:check-newsfragment]
skip_install = True
......@@ -150,4 +150,4 @@ deps =
codecov
commands =
coverage combine
codecov -X gcov
\ No newline at end of file
codecov -X gcov
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment