Quality Run Type Checking

Runs dual type checking with pyright (fast, development) and mypy (thorough, CI/CD). Use when checking types, before commits, debugging type errors, or validating type annotations. Explains why both tools required, configuration differences, and when to use each. Works with Python .py files, pyproject.toml, strict mode enabled.

dawiddutoit Updated

File contents

dawiddutoit/custom-claude/tree/main/skills/quality-run-type-checking commit d5fa9371ab

Frequently asked questions

npx skillmds@latest add dawiddutoit/quality-run-type-checking