We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06de28f commit a820dbdCopy full SHA for a820dbd
1 file changed
pyproject.toml
@@ -119,8 +119,8 @@ lint.select = [
119
lint.ignore = [
120
# Ruff warns that this conflicts with the formatter.
121
"COM812",
122
- # Allow our chosen docstring line-style - no one-line summary.
123
- "D200",
+ # Allow our chosen docstring line-style - pydocstringformatter handles formatting
+ # but doesn't enforce D205 (blank line after summary) or D212 (summary on first line).
124
"D205",
125
"D212",
126
0 commit comments