mirror of
https://github.com/clap-rs/clap.git
synced 2026-01-25 05:26:17 +00:00
25 lines
540 B
YAML
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
|