Skip to content

Commit

Permalink
DEV: Remove Ruff rule PLW0602 (#3130)
Browse files Browse the repository at this point in the history
PLW0602: Using a global but no assignment is done.
  • Loading branch information
j-t-1 authored Feb 16, 2025
1 parent 038662a commit f1a5ab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ ignore = [
"PERF203", # `try`-`except` within a loop incurs performance overhead
"PGH003", # Use specific rule codes when ignoring type issues
"PLC0206", # Extracting value from dictionary without calling `.items()`
"PLW0602", # Using global for `CUSTOM_RTL_SPECIAL_CHARS` but no assignment is done
"PLW0603", # Using the global statement to update `CUSTOM_RTL_SPECIAL_CHARS` is discouraged
"PLW1510", # `subprocess.run` without explicit `check` argument
"PLW2901", # `with` statement variable `img` overwritten by assignment target
Expand Down

0 comments on commit f1a5ab3

Please sign in to comment.