Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix version for bugbear (#9734)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowJonathan authored Apr 2, 2021
1 parent 33548f3 commit 4609e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/9734.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pin flake8-bugbear's version.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def exec_file(path_segments):
"isort==5.7.0",
"black==20.8b1",
"flake8-comprehensions",
"flake8-bugbear",
"flake8-bugbear==21.3.2",
"flake8",
]

Expand Down

0 comments on commit 4609e58

Please sign in to comment.