Skip to content

Commit bf02e43

Browse files
committed
Enable ruff PLW0603 rule
1 parent 28e6122 commit bf02e43

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ extend-select = [
599599
"PLW0245", # super call is missing parentheses
600600
"PLW0406", # Module {name} imports itself
601601
"PLW0602", # Using global for {name} but no assignment is done
602+
"PLW0603", # Using the global statement to update {name} is discouraged
602603
"PLW0604", # global at module level is redundant
603604
"PLW0642", # Reassigned {} variable in {method_type} method
604605
"PLW0711", # Exception to catch is the result of a binary and operation

0 commit comments

Comments
 (0)