Merge pull request #31 from bootswithdefer/master

support for pre-commit from yelp
This commit is contained in:
Adrien Vergé
2016-12-28 19:13:39 +01:00
committed by GitHub

11
hooks.yaml Normal file
View File

@@ -0,0 +1,11 @@
---
# 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
files: \.(yaml|yml)$