annotations

Installation
SKILL.md

Type Annotation Workflow

We are gradually adding type annotations using Python 3.13+.

Workflow

  1. Check current coverage:

    uv run plain code annotations <directory> --details
    
  2. Add annotations: Focus on function/method signatures (parameters and return types)

  3. Type check:

    ./scripts/type-check <directory>
    
Related skills
Installs
23
Repository
dropseed/plain
GitHub Stars
1.0K
First Seen
Jan 30, 2026