You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
flake8-bugbearalready uses the B code for its entry_points[flake8.extension], just like flake8-piecurrently does. This makes it impossible to auto-load both flake8-bugbear and flake8-pie at the same time. See issue 534 for flake8 over at GitLab for more details.
Per the discussion in the comments at that flake8 issue, since flake8-pie is much newer, perhaps it should switch to using one of the newly-allowed three-character error code categories... PIE, perhaps? From the bottom of the docs page here:
Please Note: Your entry point does not need to be exactly 4 characters as of Flake8 3.0. Consider using an entry point with 3 letters followed by 3 numbers (i.e. ABC123).
The text was updated successfully, but these errors were encountered:
flake8-bugbear
already uses theB
code for itsentry_points[flake8.extension]
, just likeflake8-pie
currently does. This makes it impossible to auto-load bothflake8-bugbear
andflake8-pie
at the same time. See issue 534 for flake8 over at GitLab for more details.Per the discussion in the comments at that flake8 issue, since
flake8-pie
is much newer, perhaps it should switch to using one of the newly-allowed three-character error code categories...PIE
, perhaps? From the bottom of the docs page here:The text was updated successfully, but these errors were encountered: