Skip to content

Commit a820dbd

Browse files
committed
Fix ruff ignore comment
1 parent 06de28f commit a820dbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ lint.select = [
119119
lint.ignore = [
120120
# Ruff warns that this conflicts with the formatter.
121121
"COM812",
122-
# Allow our chosen docstring line-style - no one-line summary.
123-
"D200",
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).
124124
"D205",
125125
"D212",
126126
# Ruff warns that this conflicts with the formatter.

0 commit comments

Comments
 (0)