Capitalize acronym names

This commit is contained in:
Pradyun Gedam 2019-09-24 15:10:38 +05:30 committed by GitHub
parent 0408045bd1
commit 73f169a5f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]