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-07-22 00:07:04 +02:00
|
|
|
rev: v4.6.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-07-22 00:07:04 +02:00
|
|
|
rev: v4.0.0-alpha.8
|
2022-11-05 15:24:54 +01:00
|
|
|
hooks:
|
|
|
|
- id: prettier
|
2024-03-15 21:48:50 +01:00
|
|
|
exclude: .git/COMMIT_EDITMSG
|
2024-02-27 14:41:15 +01:00
|
|
|
- repo: https://github.com/commitizen-tools/commitizen
|
2024-07-22 00:07:04 +02:00
|
|
|
rev: v3.28.0
|
2024-02-27 14:41:15 +01:00
|
|
|
hooks:
|
|
|
|
- id: commitizen
|
|
|
|
- id: commitizen-branch
|
|
|
|
stages:
|
|
|
|
- push
|