pydocstyle
pydocstyle copied to clipboard
Allow __post_init__ to not have a docstring
I do not think D105 applies to a data class' __post_init__
.
Was just going to say this. I use this a bunch in conjunction with dataclasses, which seems to be a common way to create Python classes these days. Would be nice to have this omitted for this magic method.