We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec01fc commit 98765cdCopy full SHA for 98765cd
py/pyproject.toml
@@ -153,7 +153,6 @@ extend-ignore = [
153
"D102", # Missing docstring in public method
154
"D103", # Missing docstring in public function
155
"D104", # Missing docstring in public package
156
- "D105", # Missing docstring in magic method
157
"D107", # Missing docstring in `__init__`
158
"D205", # 1 blank line required between summary line and description
159
"D212", # Multi-line docstring summary should start at the first line
0 commit comments