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 a25fa63 commit 3e19cc3Copy full SHA for 3e19cc3
pyproject.toml
@@ -22,6 +22,8 @@ select = [
22
]
23
24
ignore = [
25
+ "D101", # Missing docstring in public class
26
+ "D107", # Missing docstring in `__init__`
27
"D200", # One-line docstring should fit on one line
28
"D205", # Ruff: 1 blank line required between summary line and description
29
"D212", # Multi-line docstring summary should start at the first line
0 commit comments