Skip to content

Commit 66e2650

Browse files
committed
1 parent 8cf70a4 commit 66e2650

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
@@ -133,6 +133,9 @@ select = [
133133
"RUF", # Ruff-specific rules
134134
"D", # pydocstyle
135135
]
136+
ignore = [
137+
"COM812", # missing trailing comma, ruff format conflict
138+
]
136139

137140
[tool.ruff.lint.isort]
138141
known-first-party = [

0 commit comments

Comments
 (0)