We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent effab5b commit 5c48c4aCopy full SHA for 5c48c4a
1 file changed
pyproject.toml
@@ -88,7 +88,6 @@ lint.ignore = [
88
"D101", # Ignore missing docstring in public classes
89
"F401",
90
# FIXME: those are ignored for now, should be fixed eventually
91
- "ERA001", # Found commented-out code
92
"T201", # `print` found"
93
"SIM105", # Use `contextlib.suppress`
94
"S110", # `try`-`except`-`pass` detected, consider logging the exception
0 commit comments