Skip to content

Commit 7dee759

Browse files
committed
Removed T201 from lint.ignore
1 parent b90e86a commit 7dee759

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
@@ -89,7 +89,6 @@ lint.ignore = [
8989
"F401",
9090
# FIXME: those are ignored for now, should be fixed eventually
9191
"ERA001", # Found commented-out code
92-
"T201", # `print` found"
9392
"SIM105", # Use `contextlib.suppress`
9493
"S110", # `try`-`except`-`pass` detected, consider logging the exception
9594
]

0 commit comments

Comments
 (0)