pydocstyle icon indicating copy to clipboard operation
pydocstyle copied to clipboard

Issues recognizing __all__ if PEP484 is applied

Open DevynCJohnson opened this issue 7 years ago • 0 comments

If PEP484 ( https://www.python.org/dev/peps/pep-0484/ ) type hints are applied to __all__, PyDocStyle does not see __all__: list. PyDocStyle should be modified to recognize __all__ even with type hints applied (PEP484).

WARNING: Error in file /media/collier/PROJECTS/PyBooster/pylib/astronomy.py: Could not evaluate contents of __all__.

DevynCJohnson avatar Aug 31 '18 19:08 DevynCJohnson