2022-11-05 15:24:54 +01:00
|
|
|
# See https://pre-commit.com for more information
|
|
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
2024-01-03 19:31:11 +01:00
|
|
|
|
|
|
|
exclude: ^(\.docusaurus|build|node_modules|public)/.*$
|
|
|
|
|
2022-11-05 15:24:54 +01:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2024-01-03 19:31:11 +01:00
|
|
|
rev: v4.5.0
|
2022-11-05 15:24:54 +01:00
|
|
|
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
|
2024-01-03 19:31:11 +01:00
|
|
|
rev: v3.1.0
|
2022-11-05 15:24:54 +01:00
|
|
|
hooks:
|
|
|
|
- id: prettier
|