Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기typecheck
스타5
포크0
업데이트2026년 3월 21일 18:20
Run mypy strict type checking
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Run mypy strict type checking
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | typecheck |
| description | Run mypy strict type checking |
| tags | ["quality","typing"] |
just mypy
Configuration: mypy.ini (strict mode, Python 3.10, strict_bytes=True).
Key rules:
ignore_missing_imports = True for third-party libsFinal for immutable attributesTypeAlias for complex generic types (e.g., Motor client/collection)Guided workflow for adding a new storage backend
Run all quality checks in sequence (lint, mypy, bandit, tests)
Run full linting and type checking suite
Run project tests (unit or all)
Step-by-step guide for adding a new storage backend
Run all linting checks (ruff format, ruff check, codespell)