lavina/.pre-commit-config.yaml

11 lines
273 B
YAML
Raw Normal View History

2024-03-31 10:40:26 +00:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-toml
- id: check-vcs-permalinks
2024-03-31 11:10:17 +00:00
- id: end-of-file-fixer
2024-03-31 10:40:26 +00:00
- id: fix-byte-order-marker
- id: mixed-line-ending
- id: trailing-whitespace