summaryrefslogtreecommitdiff
path: root/buildscripts/.pydocstyle
blob: fdff3f6c351f72750e668548fd3c9ddfc777d63f (plain)
1
2
3
4
5
6
7
# See https://readthedocs.org/projects/pydocstyle/
[pydocstyle]
inherit = false
# 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
ignore = D202,D203,D212