Skip to content

Commit 31dfe8c

Browse files
committed
Re-add D200 to ruff ignores - conflicts with pydocstringformatter at line-length boundary
1 parent 364aa27 commit 31dfe8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ lint.ignore = [
120120
# Ruff warns that this conflicts with the formatter.
121121
"COM812",
122122
# Allow our chosen docstring line-style - pydocstringformatter handles formatting
123-
# but doesn't enforce D205 (blank line after summary) or D212 (summary on first line).
123+
# but may conflict with D200 at the line-length boundary, and doesn't enforce
124+
# D205 (blank line after summary) or D212 (summary on first line).
125+
"D200",
124126
"D205",
125127
"D212",
126128
# Ruff warns that this conflicts with the formatter.

0 commit comments

Comments
 (0)