pydocstyle
pydocstyle copied to clipboard
Issues recognizing __all__ if PEP484 is applied
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__.