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
I was thinking that maybe this would fit better in flake8-bugbear due to being exceptiongroup-related and not necessarily async-specific, but given #302, #311, #301, #298 I think the best approach is creating a new 4xx series of rules for exceptiongroup-specific warnings.
While there's probably some usecase which makes sense for this, at most someone could just implement like so:
to get the original behavior (I think). From python-trio/trio#3175
The text was updated successfully, but these errors were encountered: