2023-07-07 16:36:53 +00:00
|
|
|
---
|
2023-07-03 13:37:12 +00:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2024-08-19 17:05:34 +00:00
|
|
|
rev: v4.6.0
|
2023-07-03 13:37:12 +00:00
|
|
|
hooks:
|
|
|
|
- id: check-merge-conflict
|
|
|
|
- id: check-yaml
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: forbid-submodules
|
|
|
|
- id: mixed-line-ending
|
|
|
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
2024-08-19 17:05:34 +00:00
|
|
|
rev: v0.41.0
|
2023-07-03 13:37:12 +00:00
|
|
|
hooks:
|
|
|
|
- id: markdownlint-fix
|
2023-07-03 15:09:47 +00:00
|
|
|
args: ["--ignore", "LICENSE.md", "--disable", "~MD013"]
|
2023-07-03 13:37:12 +00:00
|
|
|
- repo: https://github.com/thlorenz/doctoc
|
|
|
|
rev: v2.2.0
|
|
|
|
hooks:
|
|
|
|
- id: doctoc
|
|
|
|
args: ["--update-only"]
|