clap/.pre-commit-config.yaml

22 lines
504 B
YAML
Raw Normal View History

2021-11-17 21:12:40 +00:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
stages: [commit]
- id: check-json
stages: [commit]
- id: check-toml
stages: [commit]
- id: check-merge-conflict
stages: [commit]
- id: check-case-conflict
stages: [commit]
- id: detect-private-key
stages: [commit]
- repo: https://github.com/crate-ci/committed
2022-02-15 18:36:19 +00:00
rev: v1.0.1
2021-11-17 21:12:40 +00:00
hooks:
- id: committed
stages: [commit-msg]