2022-06-16 12:06:10 -04:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2023-05-19 14:12:26 -04:00
|
|
|
rev: v4.4.0
|
2022-06-16 12:06:10 -04:00
|
|
|
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]
|
2023-03-29 15:33:22 -04:00
|
|
|
- repo: https://github.com/crate-ci/committed
|
2023-08-11 17:04:07 -04:00
|
|
|
rev: v1.0.20
|
2023-03-29 15:33:22 -04:00
|
|
|
hooks:
|
|
|
|
- id: committed
|
|
|
|
stages: [commit-msg]
|