summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-14 13:17:02 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-14 14:27:12 +0000
commit622d0be1b303eaca3df917fe89b7355c559dccec (patch)
tree47b57db8a5fd81ea0e9e6350ae8532acc335295a /tox.ini
parentDelete duplicate user deactivation (diff)
downloadsynapse-622d0be1b303eaca3df917fe89b7355c559dccec.tar.xz
Fix with isort==4.3.21 and black==19.3b0
Diffstat (limited to '')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5b8a8b3c8e..6b5190e810 100644
--- a/tox.ini
+++ b/tox.ini
@@ -117,7 +117,7 @@ skip_install = True
 basepython = python3.6
 deps =
     flake8
-    black
+    black==18.6b4
 commands =
     python -m black --check --diff .
     /bin/sh -c "flake8 synapse tests scripts scripts-dev scripts/hash_password scripts/register_new_matrix_user scripts/synapse_port_db synctl {env:PEP8SUFFIX:}"