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
Name: The name suggests to me that it's about repeated variables in a global statement, but that's not what the rule catches. The rule catches consecutive global or nonlocal statements. I suggest renaming the rule to consecutive-global
Consecutive global statements can be desired to avoid overlong lines because parenthesizing the names and breaking them over multiple lines is not valid syntax :(
The text was updated successfully, but these errors were encountered:
global
ornonlocal
statements. I suggest renaming the rule toconsecutive-global
The text was updated successfully, but these errors were encountered: