21 lines
525 B
YAML
21 lines
525 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.6.0 # Use the ref you want to point at
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- repo: https://github.com/google/yamlfmt
|
|
rev: v0.13.0
|
|
hooks:
|
|
- id: yamlfmt
|
|
- repo: https://github.com/codespell-project/codespell
|
|
rev: v2.2.4
|
|
hooks:
|
|
- id: codespell
|
|
- repo: local
|
|
hooks:
|
|
- id: ansible-lint
|
|
name: Run the ansible linter
|
|
entry: make lint
|
|
language: system
|
|
pass_filenames: false
|