To use:

default_install_hook_types:

Views0
PublishedFeb 1, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

To use:

pre-commit run -a

Or:

pre-commit install # (runs every time you commit in git)

To update this file:

pre-commit autoupdate

See https://github.com/pre-commit/pre-commit

default_install_hook_types:

  • pre-commit repos:

---------- General file checks ----------

  • repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks:
    • id: check-added-large-files
    • id: check-case-conflict
    • id: check-merge-conflict
    • id: check-symlinks
    • id: end-of-file-fixer exclude: ^3rdparty/
    • id: mixed-line-ending exclude: ^3rdparty/
    • id: requirements-txt-fixer
    • id: trailing-whitespace exclude: ^3rdparty/
    • id: check-yaml
    • id: check-toml

---------- YAML lint ----------

---------- TOML format ----------

---------- Python: ruff ----------

---------- C/C++: clang-format ----------

Share: