Skip to content
Snippets Groups Projects
Unverified Commit 4609e589 authored by Jonathan de Jong's avatar Jonathan de Jong Committed by GitHub
Browse files

Fix version for bugbear (#9734)

parent 33548f37
No related branches found
Tags v1.58.0
No related merge requests found
Pin flake8-bugbear's version.
\ No newline at end of file
...@@ -99,7 +99,7 @@ CONDITIONAL_REQUIREMENTS["lint"] = [ ...@@ -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",
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment