Skip to content

Commit 21f7881

Browse files
committed
'Preemptively' ignore a new rule.
1 parent 611e5e7 commit 21f7881

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ ignore = [
185185
"PLR0913",
186186
"PLR0915",
187187
"PLR1714", # This makes for uglier comparisons sometimes
188+
"PLW0642", # Shadowing self also isn't a big deal.
188189
"PLW2901", # Shadowing for loop variables is occasionally fine.
189190
"PT", # We use unittest
190191
"PYI025", # wat, I'm not confused, thanks.

0 commit comments

Comments
 (0)