tvxwidgets/.pre-commit-config.yaml
Navid Yaghoobi d2504ae624 running pre-commit
Signed-off-by: Navid Yaghoobi <navidys@fedoraproject.org>
2022-07-02 18:57:56 +10:00

13 lines
322 B
YAML

---
exclude: ^vendor/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v3.4.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
- id: check-byte-order-marker
- id: check-executables-have-shebangs
- id: check-merge-conflict