Skip to content

Commit 18be8eb

Browse files
committed
Disable redundant rule
1 parent 726bcf9 commit 18be8eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ ignore = [
5959
# Skip type annotation on **_
6060
"ANN003",
6161

62+
# Redundant as the formatter handles missing trailing commas.
63+
"COM812",
64+
6265
# documenting magic methods
6366
"D105",
6467

0 commit comments

Comments
 (0)