summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-10-29 10:37:50 +0000
committerErik Johnston <erik@matrix.org>2019-10-29 10:37:50 +0000
commitc28a30da840b9dc291569e8a8062623a2c99b28b (patch)
treee4c944a4f80d9c980c57464fd790ba9c8b66d800 /tox.ini
parentNewsfile (diff)
downloadsynapse-c28a30da840b9dc291569e8a8062623a2c99b28b.tar.xz
Pin black version
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3cd2c5e633..52d35c50a8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -114,7 +114,7 @@ skip_install = True
 basepython = python3.6
 deps =
     flake8
-    black
+    black==19.3b0
 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:}"