_default:
    just --list

check:
    uv run -- ruff check
    uv run -- mypy clearscreen
 
fmt:
    uv run -- ruff format
