Skip to content

Commit e4b18c8

Browse files
committed
Update pyproject.toml
1 parent 17da5cb commit e4b18c8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,11 @@ ignore = [
163163
"D103",
164164
"D105",
165165
"D107",
166+
"D203", # incorrect-blank-line-before-class (incompatible with D211)
167+
"D213", # multi-line-summary-second-line (incompatible with D212)
166168
"S101",
167169
"S603",
168170
"S607",
169-
"ANN101",
170171
"COM812",
171172
"FIX002",
172173
"PLR0912",
@@ -191,6 +192,9 @@ classmethod-decorators = [
191192
"pydantic.validator",
192193
]
193194

195+
[tool.ruff.lint.isort]
196+
split-on-trailing-comma = false
197+
194198
[tool.ruff.format]
195199
docstring-code-format = true
196200
skip-magic-trailing-comma = true

0 commit comments

Comments
 (0)