Skip to content

Commit 7727420

Browse files
committed
Remove rule D417 for missing argument descriptions in __init__ docstrings
1 parent 7f973fe commit 7727420

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ extend-ignore = [
158158
"D205", # 1 blank line required between summary line and description
159159
"D212", # Multi-line docstring summary should start at the first line
160160
"D415", # First line should end with a period, question mark, or exclamation point
161-
"D417", # Missing argument descriptions in the docstring for `__init__`
162161
]
163162

164163
[tool.ruff.format]

0 commit comments

Comments
 (0)