rocketchat2matrix/.pre-commit-config.yaml
2023-05-20 10:41:41 +02:00

21 lines
504 B
YAML

exclude: |
(?x)
.drawio$|
tsconfig.json$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-executables-have-shebangs
- id: check-json
- id: check-merge-conflict
- id: check-symlinks
- id: check-xml
- id: check-yaml
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: mixed-line-ending
- id: no-commit-to-branch
- id: trailing-whitespace