You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
214 B
YAML
12 lines
214 B
YAML
8 years ago
|
---
|
||
|
|
||
|
# 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
|
||
8 years ago
|
types: [file, yaml]
|