From 1a6d00e7f1a4a3f14d2eef3014cb3ffcb762e1d5 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 24 Sep 2023 12:10:32 +0300 Subject: [PATCH] .pre-commit-config.yaml: add check-pre-commit-ci-config --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f62b842..77f60c4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,6 +32,11 @@ repos: - id: trailing-whitespace exclude_types: [markdown] + - repo: https://github.com/pre-commit-ci/pre-commit-ci-config + rev: v1.6.1 + hooks: + - id: check-pre-commit-ci-config + - repo: https://github.com/thlorenz/doctoc rev: v2.2.0 hooks: