Skip to content

Commit b95c576

Browse files
committed
Update lint configuration.
1 parent 44b9353 commit b95c576

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ ignore = [
2525
# documentation is hard
2626
"D100",
2727
"D103",
28-
# noise
29-
"TC002",
3028
# conflicts with D211
3129
"D203",
3230
# conflicts with D212
3331
"D213",
32+
# unnecessary perf optimization
33+
"TC002",
34+
# commented-out code is fine
35+
"ERA001",
3436
# can't be used with formatter
3537
"COM812",
3638
"ISC001",

0 commit comments

Comments
 (0)