Skip to content

Commit

Permalink
'Preemptively' ignore a new rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Aug 19, 2024
1 parent 611e5e7 commit 21f7881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ ignore = [
"PLR0913",
"PLR0915",
"PLR1714", # This makes for uglier comparisons sometimes
"PLW0642", # Shadowing self also isn't a big deal.
"PLW2901", # Shadowing for loop variables is occasionally fine.
"PT", # We use unittest
"PYI025", # wat, I'm not confused, thanks.
Expand Down

0 comments on commit 21f7881

Please sign in to comment.