diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9be3765..e6d2bf7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,11 @@ repos: - id: check-github-actions - id: check-github-workflows - id: check-gitlab-ci - + - repo: https://github.com/thlorenz/doctoc + rev: v2.2.0 + hooks: + - id: doctoc + args: [--update-only] - repo: https://github.com/pre-commit/mirrors-prettier rev: "v3.0.0-alpha.6" hooks: @@ -28,8 +32,3 @@ repos: hooks: - id: editorconfig-checker alias: ec - - repo: https://github.com/thlorenz/doctoc - rev: v2.2.0 - hooks: - - id: doctoc - args: [--update-only]