repos:

- repo: https://github.com/astral-sh/ruff-pre-commit

Views0
PublishedFeb 1, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

repos:

  • repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.13.0 hooks:

    Performs ruff check with safe fixes

    • id: ruff name: ruff description: "Run 'ruff' for linting" args: ["--fix"]

    Performs ruff format

    • id: ruff-format name: ruff-format description: "Run 'ruff format' for formatting"
Share: