mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
17 lines
382 B
YAML
17 lines
382 B
YAML
|
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]
|