/checks - Run All Quality Checks
Run the complete quality check suite.
Command
uvx tox -e all-checks
What It Runs
ruff check- Lintingruff format --check- Formattingty check- Type checkingcodespell- Spell checkingmdformat- Markdown formatting
When to Use
Run this before committing changes to ensure code quality standards are met. This is the same check that runs in CI.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.