Update pre-commit hook file

This commit is contained in:
blackillzone
2017-07-19 11:55:22 +02:00
committed by Adrien Vergé
parent f4edb85a04
commit 1c0dd48ccd

11
.pre-commit-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
types: [file, yaml]