# 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
