From c37af52cec0d590a50ff454a11ac5f418c8f4aee Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 30 Jul 2024 12:29:24 +0300 Subject: [PATCH] .pre-commit-config.yaml: remove extraneous hook, add check-pre-commit-ci-config Co-authored-by: Tessu Suomalainen --- .pre-commit-config.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1c1d711..67b7aea1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ # See https://pre-commit.com for more information # See https://pre-commit.ci for more information ci: - skip: [install-dev-deps, prettier] + skip: [prettier] # Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease # the frequency of unnecessary PRs. # https://github.com/pre-commit-ci/issues/issues/83 @@ -50,6 +50,11 @@ repos: "Name,name", ] + - repo: https://github.com/pre-commit-ci/pre-commit-ci-config + rev: v1.6.1 + hooks: + - id: check-pre-commit-ci-config + # Markdown Table of Contents generation. - repo: https://github.com/thlorenz/doctoc rev: v2.2.0