summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-14 14:20:02 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-14 14:27:15 +0000
commite8761d7c7b31316dd5946599b637eafe645e02d5 (patch)
treee1c622951d4e4229ca54667a25ab0a1872127808 /tox.ini
parentFix with isort==4.3.21 and black==19.3b0 (diff)
downloadsynapse-e8761d7c7b31316dd5946599b637eafe645e02d5.tar.xz
Pin black to 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 6b5190e810..689cb43db1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -117,7 +117,7 @@ skip_install = True
 basepython = python3.6
 deps =
     flake8
-    black==18.6b4
+    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:}"