Skip to content

Commit 84e736a

Browse files
authored
chore: Ignore lint missing-trailing-comma (COM812) (#194)
1 parent 25bf673 commit 84e736a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ select = ["ALL"]
7171
ignore = [
7272
"D", # pydocstyle
7373

74+
"COM812", # missing-trailing-comma
7475
"C901", # complex-structure
7576
"ANN002", # missing-type-args
7677
"ANN003", # missing-type-kwargs

0 commit comments

Comments
 (0)