From bc4b57489d651d4c73da752ab48da797f6d8dd55 Mon Sep 17 00:00:00 2001 From: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 14:35:17 +0000 Subject: [PATCH] style: pre-commit.ci fixes --- .pre-commit-config.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba728a7..0d6d0c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,23 +45,23 @@ repos: - id: markdownlint args: ["--style=scripts/mdlint_style.rb"] -# - repo: local -# hooks: -# - id: remarklint -# name: remarklint -# language: node -# entry: remark -# types: [markdown] -# args: ["--frail", "--quiet"] -# additional_dependencies: -# [ -# remark, -# remark-lint, -# remark-cli, -# remark-preset-lint-recommended, -# remark-lint-list-item-indent, -# remark-lint-no-undefined-references, -# ] + # - repo: local + # hooks: + # - id: remarklint + # name: remarklint + # language: node + # entry: remark + # types: [markdown] + # args: ["--frail", "--quiet"] + # additional_dependencies: + # [ + # remark, + # remark-lint, + # remark-cli, + # remark-preset-lint-recommended, + # remark-lint-list-item-indent, + # remark-lint-no-undefined-references, + # ] - repo: local hooks: -- libgit2 0.21.4