From a561cac9fe507393d8adf3da14fb3f2815cb6721 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 15 Aug 2022 10:35:04 -0400 Subject: [PATCH] ci: drop failing style check --- .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 e6ee0c28..ba728a7c 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: