We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364aa27 commit 31dfe8cCopy full SHA for 31dfe8c
pyproject.toml
@@ -120,7 +120,9 @@ lint.ignore = [
120
# Ruff warns that this conflicts with the formatter.
121
"COM812",
122
# 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).
+ # 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",
126
"D205",
127
"D212",
128
0 commit comments