Files
clap/.pre-commit-config.yaml
2025-06-02 14:46:22 -05:00

25 lines
540 B
YAML

exclude: |
(?x)^(
tests/.*|
CHANGELOG.md
)$
default_install_hook_types: ["pre-commit", "commit-msg"]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: check-yaml
- id: check-json
- id: check-toml
- id: check-merge-conflict
- id: check-case-conflict
- id: detect-private-key
- repo: https://github.com/crate-ci/typos
rev: v1.32.0
hooks:
- id: typos
- repo: https://github.com/crate-ci/committed
rev: v1.1.7
hooks:
- id: committed