Hi Skip,
On 02 juillet 09:29, Skip Montanaro wrote:
> This warning seems specious:
>
> __init__.py:1: [C0111] Missing module docstring
>
> especially since __init__.py is often empty (as it is in this case),
> being used only as a marker that a directory is actually a package.
> This is in Pytho
This warning seems specious:
__init__.py:1: [C0111] Missing module docstring
especially since __init__.py is often empty (as it is in this case),
being used only as a marker that a directory is actually a package.
This is in Python 2.7. I'm doing nothing to override the
docstring_min_length conf