.pre-commit-config.yaml: add doctoc

This commit is contained in:
Aminda Suomalainen 2023-03-24 13:39:59 +02:00
parent b6587cff9a
commit f04944c39c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 0 deletions

View File

@ -28,3 +28,8 @@ repos:
hooks:
- id: editorconfig-checker
alias: ec
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
hooks:
- id: doctoc
args: [--update-only]