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
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
Hello,
I'm pleased to announce the release of Pyflakes 0.7.3 and pep8 1.4.6.
Changes in these versions:
* http://pep8.readthedocs.org/en/1.4.6/developer.html#changes
* http://bazaar.launchpad.net/~pyflakes-dev/pyflakes/master/view/106/NEWS.txt
--
Florent Xicluna
_