Skip to content

Commit

Permalink
Allow flake8-bugbear 22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sathieu authored Jan 12, 2022
1 parent e4a6ca9 commit df7f127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ flake8-quotes = "^3.0"
flake8-comprehensions = "^3.1"
flake8-docstrings = "^1.3"
flake8-string-format = "^0.3"
flake8-bugbear = ">=20.1,<22.0"
flake8-bugbear = ">=20.1,<23.0"
flake8-debugger = "^4.0"
flake8-isort = "^4.0"
flake8-eradicate = "^1.0"
Expand Down

0 comments on commit df7f127

Please sign in to comment.