mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 21:03:51 +01:00
Fix version for bugbear (#9734)
This commit is contained in:
parent
5fe38e07e7
commit
fc8695d621
2 changed files with 2 additions and 1 deletions
1
changelog.d/9734.misc
Normal file
1
changelog.d/9734.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Pin flake8-bugbear's version.
|
2
setup.py
2
setup.py
|
@ -99,7 +99,7 @@ CONDITIONAL_REQUIREMENTS["lint"] = [
|
||||||
"isort==5.7.0",
|
"isort==5.7.0",
|
||||||
"black==20.8b1",
|
"black==20.8b1",
|
||||||
"flake8-comprehensions",
|
"flake8-comprehensions",
|
||||||
"flake8-bugbear",
|
"flake8-bugbear==21.3.2",
|
||||||
"flake8",
|
"flake8",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue