Skip to content

Commit afbc25b

Browse files
committed
1 parent e1ab9e7 commit afbc25b

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
@@ -142,6 +142,7 @@ select = [
142142
"UP", # pyupgrade
143143
"B", # flake8-bugbear
144144
"C4", # flake8-comprehensions
145+
"COM", # flake8-commas
145146
"Q", # flake8-quotes
146147
"PTH", # flake8-use-pathlib
147148
"SIM", # flake8-simplify
@@ -150,6 +151,9 @@ select = [
150151
"RUF", # Ruff-specific rules
151152
"D", # pydocstyle
152153
]
154+
ignore = [
155+
"COM812", # missing trailing comma, ruff format conflict
156+
]
153157

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

0 commit comments

Comments
 (0)