Skip to content

Commit 7677b2f

Browse files
committed
1 parent 19c1fca commit 7677b2f

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
@@ -152,6 +152,7 @@ select = [
152152
"UP", # pyupgrade
153153
"B", # flake8-bugbear
154154
"C4", # flake8-comprehensions
155+
"COM", # flake8-commas
155156
"Q", # flake8-quotes
156157
"PTH", # flake8-use-pathlib
157158
"SIM", # flake8-simplify
@@ -160,6 +161,9 @@ select = [
160161
"RUF", # Ruff-specific rules
161162
"D", # pydocstyle
162163
]
164+
ignore = [
165+
"COM812", # missing trailing comma, ruff format conflict
166+
]
163167

164168
[tool.ruff.lint.pydocstyle]
165169
convention = "numpy"

0 commit comments

Comments
 (0)