pyinvoke / invoke

Pythonic task management & command execution.
http://pyinvoke.org
BSD 2-Clause "Simplified" License
4.31k stars 365 forks source link

Add __all__ to __init__.py #945

Open kasium opened 1 year ago

kasium commented 1 year ago

The main init.py file needs to specify an all else mypy will fail with stuff like this

from invoke import task
Module "invoke" does not explicitly export attribute "task"