2021-09-25 16:00:43 +02:00
|
|
|
---
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2024-12-21 08:19:45 +01:00
|
|
|
rev: v5.0.0
|
2021-09-25 16:00:43 +02:00
|
|
|
hooks:
|
|
|
|
- id: check-yaml
|
2022-12-10 00:32:38 +01:00
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
2023-03-13 08:26:02 +01:00
|
|
|
exclude: ".j2$"
|