We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e6122 commit bf02e43Copy full SHA for bf02e43
1 file changed
pyproject.toml
@@ -599,6 +599,7 @@ extend-select = [
599
"PLW0245", # super call is missing parentheses
600
"PLW0406", # Module {name} imports itself
601
"PLW0602", # Using global for {name} but no assignment is done
602
+ "PLW0603", # Using the global statement to update {name} is discouraged
603
"PLW0604", # global at module level is redundant
604
"PLW0642", # Reassigned {} variable in {method_type} method
605
"PLW0711", # Exception to catch is the result of a binary and operation
0 commit comments