Skip to content

Commit

Permalink
Python: Pin bugbear in Python legacy (#5184)
Browse files Browse the repository at this point in the history
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
Fokko authored Jul 3, 2022
1 parent 0420cde commit 6ec04dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_legacy/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ skip_install = true
deps =
flake8>=3.8.4
flake8-import-order>=0.9
flake8-bugbear
flake8-bugbear==22.6.22
commands =
flake8 iceberg setup.py tests

Expand Down

0 comments on commit 6ec04dc

Please sign in to comment.