2023-07-07 10:36:53 -06:00
|
|
|
---
|
2023-07-03 07:37:12 -06:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v4.4.0
|
|
|
|
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
|
|
|
|
rev: v0.35.0
|
|
|
|
hooks:
|
|
|
|
- id: markdownlint-fix
|
2023-07-03 09:09:47 -06:00
|
|
|
args: ["--ignore", "LICENSE.md", "--disable", "~MD013"]
|
2023-07-03 07:37:12 -06:00
|
|
|
- repo: https://github.com/thlorenz/doctoc
|
|
|
|
rev: v2.2.0
|
|
|
|
hooks:
|
|
|
|
- id: doctoc
|
|
|
|
args: ["--update-only"]
|