Python Typing

Sets up static type checking for a Python package — choosing mypy, pyright, basedpyright or ty, strict configuration, per-module overrides, shipping py.typed — and fixes type-check errors. Use when the user says 'add type checking', 'set up mypy', 'pyright errors', 'make this package typed'. Not for lint or format failures, failing tests, runtime bugs, or the CI workflow that runs the checker.

Paldom 9bb9a61 6 files · 44.9 KB Updated

File contents

Paldom/python-skills/tree/main/skills/python-typing commit 9bb9a61cd0

Frequently asked questions

npx skillmds@latest add paldom/python-typing