Unofficial typing stubs for the invoke library, provided by typeshed. Version 2.0.0.10 supports Python 3.7+. These stubs allow type checkers to validate code using invoke, but they may lag behind the invoke library itself.
pip install types-invokeVerified import paths — ran on the pinned version, not inferred.
Use invoke's run function with type stubs enabled.
Consider using `pip install invoke[types]` if available in the future, or rely on inline type hints.
Add `# type: ignore` comments or write custom stubs for unsupported features.
Pin to exact version: `types-invoke==2.0.0.10`.