1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-22 08:29:24 +01:00

.pre-commit-config.yaml: restore doctoc args

I unintentionally overwrote them in b40bd30f01
This commit is contained in:
Aminda Suomalainen 2024-08-03 14:42:32 +03:00
parent 1948cee823
commit 8ad07c7594
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -56,12 +56,7 @@ repos:
rev: v2.2.0
hooks:
- id: doctoc
args: [
--update-only,
--title,
'<em lang="fi">Automaattinen sisällysluettelo</em> / <em
lang="en">Automatically generated Table of Contents</em>',
]
args: [--update-only, --no-title]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.0