diff options
author | Marcus <bubu@bubu1.eu> | 2021-06-17 16:20:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 15:20:06 +0100 |
commit | 8070b893dbc7b9e17b4843f70e4f4e32a52ce58a (patch) | |
tree | 9eb99d5c80ae058ba86292ffabbf2c0eaaa73600 /setup.py | |
parent | Fix incorrect time magnitude on delayed call (#10195) (diff) | |
download | synapse-8070b893dbc7b9e17b4843f70e4f4e32a52ce58a.tar.xz |
update black to 21.6b0 (#10197)
Reformat all files with the new version. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index e2e488761d..1081548e00 100755 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ CONDITIONAL_REQUIREMENTS["all"] = list(ALL_OPTIONAL_REQUIREMENTS) # We pin black so that our tests don't start failing on new releases. CONDITIONAL_REQUIREMENTS["lint"] = [ "isort==5.7.0", - "black==20.8b1", + "black==21.6b0", "flake8-comprehensions", "flake8-bugbear==21.3.2", "flake8", |