diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d1f05dc..109941c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,12 +56,7 @@ repos: rev: v2.2.0 hooks: - id: doctoc - args: [ - --update-only, - --title, - 'Automaattinen sisällysluettelo / Automatically generated Table of Contents', - ] + args: [--update-only, --no-title] - repo: https://github.com/python-jsonschema/check-jsonschema rev: 0.29.0