Skip to content

Commit 5c48c4a

Browse files
committed
Removed ERA001 from pyproject lint.ignore.
1 parent effab5b commit 5c48c4a

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
@@ -88,7 +88,6 @@ lint.ignore = [
8888
"D101", # Ignore missing docstring in public classes
8989
"F401",
9090
# FIXME: those are ignored for now, should be fixed eventually
91-
"ERA001", # Found commented-out code
9291
"T201", # `print` found"
9392
"SIM105", # Use `contextlib.suppress`
9493
"S110", # `try`-`except`-`pass` detected, consider logging the exception

0 commit comments

Comments
 (0)