Files
yamllint/.pre-commit-hooks.yaml
2017-07-19 14:56:21 +02:00

12 lines
214 B
YAML

---
# For use with pre-commit.
# See usage instructions at http://pre-commit.com
- id: yamllint
name: yamllint
description: This hook runs yamllint.
entry: yamllint
language: python
types: [file, yaml]