Files

22 lines
436 B
YAML
Raw Permalink Normal View History

2025-11-26 00:13:06 -05:00
repos:
2025-11-28 22:36:47 -05:00
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: check-yaml
- id: check-added-large-files
args:
- "--maxkb=10000"
- id: check-merge-conflict
- id: check-json
- id: mixed-line-ending
- id: fix-byte-order-marker
- id: debug-statements
2025-11-26 00:13:06 -05:00
2025-11-28 22:36:47 -05:00
- repo: https://github.com/google/yamlfmt
rev: v0.20.0
hooks:
- id: yamlfmt
args:
- "--verbose"