mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
8 lines
284 B
Plaintext
8 lines
284 B
Plaintext
# 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
|