General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
- repo: https://github.com/astral-sh/ruff-pre-commit
Sign in to like and favorite skills
repos:
repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.14.6 hooks:
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