From 80f64cf10b5eabe1c00cc16994b2e15fdfab6732 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 13 May 2023 09:29:38 +0300 Subject: [PATCH] .pre-commit-config.yaml: pass --notitle to doctoc --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0210aa9..be4fdbf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: rev: v2.2.0 hooks: - id: doctoc - args: [--update-only] + args: [--update-only, --notitle] - repo: https://github.com/python-jsonschema/check-jsonschema rev: 0.23.0