repos:

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

Views1
PublishedJan 15, 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: fa1ed65ba95bfa7771a71003a9d74402541f5a5c # v0.14.6 (sha-pinned) hooks:

    • id: ruff-check types_or: [python, pyi, jupyter] args: ['--fix']
    • id: ruff-format types_or: [python, pyi, jupyter]
  • repo: local hooks:

    • id: validate-notebooks name: Validate notebook structure entry: uv run python scripts/validate_notebooks.py language: system files: '.ipynb$' pass_filenames: true

    • id: validate-authors-sorted name: Validate and sort authors.yaml entry: uv run python scripts/validate_authors_sorted.py --fix language: system files: 'authors.yaml$' pass_filenames: false

Share: