Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611e5e7 commit 21f7881Copy full SHA for 21f7881
1 file changed
pyproject.toml
@@ -185,6 +185,7 @@ ignore = [
185
"PLR0913",
186
"PLR0915",
187
"PLR1714", # This makes for uglier comparisons sometimes
188
+ "PLW0642", # Shadowing self also isn't a big deal.
189
"PLW2901", # Shadowing for loop variables is occasionally fine.
190
"PT", # We use unittest
191
"PYI025", # wat, I'm not confused, thanks.
0 commit comments