summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan de Jong <jonathan@automatia.nl>2021-04-02 12:22:21 +0200
committerErik Johnston <erik@matrix.org>2021-04-06 12:48:37 +0100
commitfc8695d62102a12baf1de59b505adb18ded9ed95 (patch)
treeaeb867bb25ae06761bd537ba59597fb0ef7ca43c
parentRevert "Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)" (#9720) (diff)
downloadsynapse-fc8695d62102a12baf1de59b505adb18ded9ed95.tar.xz
Fix version for bugbear (#9734)
-rw-r--r--changelog.d/9734.misc1
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/9734.misc b/changelog.d/9734.misc
new file mode 100644

index 0000000000..20ed9a06a9 --- /dev/null +++ b/changelog.d/9734.misc
@@ -0,0 +1 @@ +Pin flake8-bugbear's version. \ No newline at end of file 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", ]