Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python: Pin bugbear in Python legacy (#5184)
We got a new release on June 1st: https://pypi.org/project/flake8-bugbear/22.7.1/ This introduced a new rule that actually broke the CI. It is best to not do global lookups because of scoping and performance, but I don't feel like rewriting the legacy code either.
- Loading branch information