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 b0617a3 commit 46806b2Copy full SHA for 46806b2
pyproject.toml
@@ -284,6 +284,7 @@ ignore = [
284
"PIE790", # unnecessary pass statement
285
"PYI019", # use `Self` instead of custom TypeVar
286
"PYI041", # use `float` instead of `int | float`
287
+ "SIM102", # use a single `if` statement instead of nested `if` statements
288
"SIM108", # use ternary operator instead of `if`-`else`-block
289
"SIM117", # use a single `with` statement instead of nested `with` statements
290
"SIM118", # use `key in dict` instead of `key in dict.keys()`
0 commit comments