diff options
author | Jonathan de Jong <jonathan@automatia.nl> | 2021-04-02 12:22:21 +0200 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-04-06 12:48:37 +0100 |
commit | fc8695d62102a12baf1de59b505adb18ded9ed95 (patch) | |
tree | aeb867bb25ae06761bd537ba59597fb0ef7ca43c /setup.py | |
parent | Revert "Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)" (#9720) (diff) | |
download | synapse-fc8695d62102a12baf1de59b505adb18ded9ed95.tar.xz |
Fix version for bugbear (#9734)
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 1939a7b86b..29e9971dc1 100755 --- a/setup.py +++ b/setup.py @@ -99,7 +99,7 @@ CONDITIONAL_REQUIREMENTS["lint"] = [ "isort==5.7.0", "black==20.8b1", "flake8-comprehensions", - "flake8-bugbear", + "flake8-bugbear==21.3.2", "flake8", ] |