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