mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
Capitalize acronym names
This commit is contained in:
parent
0408045bd1
commit
73f169a5f8
1 changed files with 7 additions and 7 deletions
|
|
@ -48,7 +48,7 @@
|
|||
stages: [commit, push, manual]
|
||||
- id: check-json
|
||||
name: Check JSON
|
||||
description: This hook checks json files for parseable syntax.
|
||||
description: This hook checks JSON files for parseable syntax.
|
||||
entry: check-json
|
||||
language: python
|
||||
types: [json]
|
||||
|
|
@ -71,8 +71,8 @@
|
|||
language: python
|
||||
types: [symlink]
|
||||
- id: check-toml
|
||||
name: Check Toml
|
||||
description: This hook checks toml files for parseable syntax.
|
||||
name: Check TOML
|
||||
description: This hook checks TOML files for parseable syntax.
|
||||
entry: check-toml
|
||||
language: python
|
||||
types: [toml]
|
||||
|
|
@ -83,14 +83,14 @@
|
|||
language: python
|
||||
types: [text]
|
||||
- id: check-xml
|
||||
name: Check Xml
|
||||
description: This hook checks xml files for parseable syntax.
|
||||
name: Check XML
|
||||
description: This hook checks XML files for parseable syntax.
|
||||
entry: check-xml
|
||||
language: python
|
||||
types: [xml]
|
||||
- id: check-yaml
|
||||
name: Check Yaml
|
||||
description: This hook checks yaml files for parseable syntax.
|
||||
name: Check YAML
|
||||
description: This hook checks YAML files for parseable syntax.
|
||||
entry: check-yaml
|
||||
language: python
|
||||
types: [yaml]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue