Skip to content

Commit bdea3f3

Browse files
committed
remove config change
1 parent e43cb33 commit bdea3f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ ignore = [
193193
"EM103", # Exception must not use a `.format()` string directly, assign to variable first
194194
"C408", # Unnecessary `dict` call (rewrite as a literal)
195195
"SIM117", # Use a single `with` statement with multiple contexts instead of nested `with` statements
196-
"T20",
197196
]
198197
unfixable = [
199198
"RUF100", # Unused noqa

0 commit comments

Comments
 (0)