Re: [code-quality] Pylint - missing module docstring for __init__.py

2013-07-02 Thread Sylvain Thénault
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

[code-quality] Pylint - missing module docstring for __init__.py

2013-07-02 Thread Skip Montanaro
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