2024-10-19 07:11:27 +00:00
|
|
|
# See https://pre-commit.com for more information
|
|
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v3.2.0
|
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
2024-10-19 07:57:28 +00:00
|
|
|
exclude: README.md$
|
2024-10-19 07:11:27 +00:00
|
|
|
- id: check-yaml
|
2024-11-10 08:35:14 +00:00
|
|
|
exclude: all.yaml
|
2024-10-19 07:11:27 +00:00
|
|
|
- id: check-added-large-files
|