mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-12 05:54:18 +00:00
Fix typo
This commit is contained in:
parent
7212f9408e
commit
1bdd699a79
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ Add this to your `.pre-commit-config.yaml`
|
||||||
- `check-yaml` - Attempts to load all yaml files to verify syntax.
|
- `check-yaml` - Attempts to load all yaml files to verify syntax.
|
||||||
- `--allow-multiple-documents` - allow yaml files which use the
|
- `--allow-multiple-documents` - allow yaml files which use the
|
||||||
[multi-document syntax](http://www.yaml.org/spec/1.2/spec.html#YAML)
|
[multi-document syntax](http://www.yaml.org/spec/1.2/spec.html#YAML)
|
||||||
- `--unsafe` - Instaed of loading the files, simply parse them for syntax.
|
- `--unsafe` - Instead of loading the files, simply parse them for syntax.
|
||||||
A syntax-only check enables extensions and unsafe constructs which would
|
A syntax-only check enables extensions and unsafe constructs which would
|
||||||
otherwise be forbidden. Using this option removes all guarantees of
|
otherwise be forbidden. Using this option removes all guarantees of
|
||||||
portability to other yaml implementations.
|
portability to other yaml implementations.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue