summaryrefslogtreecommitdiff
path: root/.pydocstyle
diff options
context:
space:
mode:
Diffstat (limited to '.pydocstyle')
-rw-r--r--.pydocstyle2
1 files changed, 2 insertions, 0 deletions
diff --git a/.pydocstyle b/.pydocstyle
index dc8da3eaf1f..96a61ed7825 100644
--- a/.pydocstyle
+++ b/.pydocstyle
@@ -1,7 +1,9 @@
# See https://readthedocs.org/projects/pydocstyle/
[pydocstyle]
inherit = false
+
# D105 - Missing docstring in magic method
+# D107 - Missing docstring in __init__
# D202 - No blank lines allowed after function docstring
# D203 - 1 blank line required before class docstring
# D212 - Multi-line docstring summary should start at the first line