Skip to content

Commit f71c1be

Browse files
ValerianReyclaude
andauthored
chore: Ignore ruff rule COM812 (#570)
Add COM812 to the ruff ignore list as it conflicts with the formatter. See astral-sh/ruff#9216 for details. Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent c6e8f1d commit f71c1be

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
@@ -154,6 +154,7 @@ ignore = [
154154
"RUF010", # Use explicit conversion flag
155155
"RUF012", # Mutable default value for class attribute (a bit tedious to fix)
156156
"RET504", # Unnecessary assignment return statement
157+
"COM812", # Trailing comma missing (conflicts with formatter, see https://github.com/astral-sh/ruff/issues/9216)
157158
]
158159

159160
[tool.ruff.lint.isort]

0 commit comments

Comments
 (0)