yamllint/.pre-commit-hooks.yaml

12 lines
215 B
YAML
Raw Normal View History

2016-12-23 13:04:45 -06:00
---
# For use with pre-commit.
2018-03-02 16:54:23 -06:00
# See usage instructions at https://pre-commit.com
2016-12-23 13:04:45 -06:00
- id: yamllint
name: yamllint
description: This hook runs yamllint.
entry: yamllint
language: python
2017-07-19 04:55:22 -05:00
types: [file, yaml]