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