blob: 6de9ed736eb372f97994ef7c0fa069668e2f7a76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
# For use with pre-commit.
# See usage instructions at https://pre-commit.com
- id: yamllint
name: yamllint
description: This hook runs yamllint.
entry: yamllint
language: python
types: [file, yaml]
|