mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 20:44:18 +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]
|
stages: [commit, push, manual]
|
||||||
- id: check-json
|
- id: check-json
|
||||||
name: 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
|
entry: check-json
|
||||||
language: python
|
language: python
|
||||||
types: [json]
|
types: [json]
|
||||||
|
|
@ -71,8 +71,8 @@
|
||||||
language: python
|
language: python
|
||||||
types: [symlink]
|
types: [symlink]
|
||||||
- id: check-toml
|
- id: check-toml
|
||||||
name: Check Toml
|
name: Check TOML
|
||||||
description: This hook checks toml files for parseable syntax.
|
description: This hook checks TOML files for parseable syntax.
|
||||||
entry: check-toml
|
entry: check-toml
|
||||||
language: python
|
language: python
|
||||||
types: [toml]
|
types: [toml]
|
||||||
|
|
@ -83,14 +83,14 @@
|
||||||
language: python
|
language: python
|
||||||
types: [text]
|
types: [text]
|
||||||
- id: check-xml
|
- id: check-xml
|
||||||
name: Check Xml
|
name: Check XML
|
||||||
description: This hook checks xml files for parseable syntax.
|
description: This hook checks XML files for parseable syntax.
|
||||||
entry: check-xml
|
entry: check-xml
|
||||||
language: python
|
language: python
|
||||||
types: [xml]
|
types: [xml]
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
name: Check Yaml
|
name: Check YAML
|
||||||
description: This hook checks yaml files for parseable syntax.
|
description: This hook checks YAML files for parseable syntax.
|
||||||
entry: check-yaml
|
entry: check-yaml
|
||||||
language: python
|
language: python
|
||||||
types: [yaml]
|
types: [yaml]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue