# Show error codes
uv run mypy --show-error-codes src/
# Ignore missing imports
uv run mypy --ignore-missing-imports src/
# Generate HTML report
uv run mypy --html-report mypy-report src/
Analyze any type errors and suggest fixes with proper type annotations.
1---2name: mypy3description: Mypy4---5# /mypy67Run type checking on the Python project using uv.89## Instructions1011Run mypy for type checking:1213```bash14uv run mypy src/15```1617Or check specific files:1819```bash20uv run mypy src/<package_name>/main.py21```2223For strict mode:2425```bash26uv run mypy --strict src/27```2829Common options:3031```bash32# Show error codes33uv run mypy --show-error-codes src/3435# Ignore missing imports36uv run mypy --ignore-missing-imports src/3738# Generate HTML report39uv run mypy --html-report mypy-report src/40```4142Analyze any type errors and suggest fixes with proper type annotations.
Run npx skillmds@latest add rootwarp/mypy in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Mypy It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
rootwarp (@rootwarp) published this skill. Their other Agent Skills are listed on their SkillMD profile.