Skip to content

Types

📖 This page describes the invoke_tasklib.types module.

Overview

Task Behavior
types.check Checks type hints with pyright (read-only)

Usage

invoke types.check

This runs pyright --verifytypes <package.name> --ignoreexternal, using package.name from the resolved config. --ignoreexternal excludes type completeness issues that originate from third-party dependencies rather than from the project's own code.

See Also