web/.pre-commit-config.yaml
Matej Focko 326756db69
fix: add ability to choose trees to comparator too
Signed-off-by: Matej Focko <mfocko@redhat.com>
2022-05-16 16:47:27 +02:00

14 lines
422 B
YAML

# 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: v4.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.6.2
hooks:
- id: prettier