diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-10-30 11:17:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 11:17:14 +0000 |
commit | 2cab02f9d123924a6ccbf8e59b7e973f3c0a3d26 (patch) | |
tree | 426c580f06996da21c491d934171cacdbbfcd583 /tox.ini | |
parent | Fix small typo in comment (#6269) (diff) | |
download | synapse-2cab02f9d123924a6ccbf8e59b7e973f3c0a3d26.tar.xz |
Update CI to run isort on scripts and scripts-dev (#6270)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini index b381fbe06d..50b6afe611 100644 --- a/tox.ini +++ b/tox.ini @@ -123,7 +123,7 @@ commands = [testenv:check_isort] skip_install = True deps = isort -commands = /bin/sh -c "isort -c -df -sp setup.cfg -rc synapse tests" +commands = /bin/sh -c "isort -c -df -sp setup.cfg -rc synapse tests scripts-dev scripts" [testenv:check-newsfragment] skip_install = True |