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 e43cb33 commit bdea3f3Copy full SHA for bdea3f3
pyproject.toml
@@ -193,7 +193,6 @@ ignore = [
193
"EM103", # Exception must not use a `.format()` string directly, assign to variable first
194
"C408", # Unnecessary `dict` call (rewrite as a literal)
195
"SIM117", # Use a single `with` statement with multiple contexts instead of nested `with` statements
196
- "T20",
197
]
198
unfixable = [
199
"RUF100", # Unused noqa
0 commit comments