diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-24 13:16:43 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-24 13:16:43 +0000 |
commit | 35d74a232c7b6141706e1ceaf2e2342ad5dce301 (patch) | |
tree | 39983a41a60b176389c224a66371e9b47f8c040e /tox.ini | |
parent | 1.11.0 (diff) | |
parent | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) (diff) | |
download | synapse-35d74a232c7b6141706e1ceaf2e2342ad5dce301.tar.xz |
Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)
* commit '509e381af': Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) changelog Increase MAX_EVENTS_BEHIND for replication clients
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini index 2e12612a06..3d173ee97a 100644 --- a/tox.ini +++ b/tox.ini @@ -123,6 +123,7 @@ skip_install = True basepython = python3.6 deps = flake8 + flake8-comprehensions black==19.10b0 # We pin so that our tests don't start failing on new releases of black. commands = python -m black --check --diff . |