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
Just upgraded to the latest version to find some neat warnings (B906) about ast.NodeVisitor functions missing a further visit call. The suggestion was to call generic_visit. This is awesome in general, but unnecessary for:
Global
Nonlocal
Name
MatchAs
alias
Might be others as well, but these were the ones I hit. If you think it's reasonable, I'd like to suggest that bugbear suppresses the warnings for these nodes.