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.
|
---
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v1.3.0
|
|
hooks:
|
|
- id: flake8
|
|
- id: check-yaml
|
|
files: .*\.(yaml|yml)$
|
|
# args: [--unsafe]
|
|
- repo: https://github.com/adrienverge/yamllint.git
|
|
rev: v1.11.1
|
|
hooks:
|
|
- id: yamllint
|
|
files: \.(yaml|yml)$
|