1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-25 09:59:23 +01:00

.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

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]