mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
26 lines
617 B
YAML
26 lines
617 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.4.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/typos
|
|
rev: v1.14.10
|
|
hooks:
|
|
- id: typos
|
|
stages: [commit]
|
|
- repo: https://github.com/crate-ci/committed
|
|
rev: v1.0.17
|
|
hooks:
|
|
- id: committed
|
|
stages: [commit-msg]
|