Files
k3s-ansible-playbooks/.pre-commit-config.yaml
Nikolai Rodionov ddfed61d8e Fist commit
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
2025-10-26 21:54:20 +01:00

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