diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-29 10:37:50 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-10-29 10:37:50 +0000 |
commit | c28a30da840b9dc291569e8a8062623a2c99b28b (patch) | |
tree | e4c944a4f80d9c980c57464fd790ba9c8b66d800 | |
parent | Newsfile (diff) | |
download | synapse-c28a30da840b9dc291569e8a8062623a2c99b28b.tar.xz |
Pin black version
-rw-r--r-- | tox.ini | 2 |
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:}" |