blob: b2fdfff9e1c6c583d42115f49f857b60550f19cb (
plain)
1
2
3
4
5
6
7
8
9
|
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
|