Checks

Run all code quality checks Use when this capability is needed.

tomevault-io Updated

File contents

/checks - Run All Quality Checks

Run the complete quality check suite.

Command

uvx tox -e all-checks

What It Runs

  1. ruff check - Linting
  2. ruff format --check - Formatting
  3. ty check - Type checking
  4. codespell - Spell checking
  5. mdformat - 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.

tomevault-io/skills-registry/tree/main/leanethereum--leanspec--checks commit bcaa22bba7

Frequently asked questions

npx skillmds@latest add tomevault-io/checks