Skip to content

Commit 3c43abf

Browse files
committed
1 parent 3ae7ec4 commit 3c43abf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ select = [
143143
"UP", # pyupgrade
144144
"B", # flake8-bugbear
145145
"C4", # flake8-comprehensions
146+
"COM", # flake8-commas
146147
"Q", # flake8-quotes
147148
"PTH", # flake8-use-pathlib
148149
"SIM", # flake8-simplify
@@ -151,6 +152,9 @@ select = [
151152
"RUF", # Ruff-specific rules
152153
"D", # pydocstyle
153154
]
155+
ignore = [
156+
"COM812", # missing trailing comma, ruff format conflict
157+
]
154158

155159
[tool.ruff.lint.isort]
156160
known-first-party = [

0 commit comments

Comments
 (0)