Commit a561cac9fe507393d8adf3da14fb3f2815cb6721

Authored by Henry Schreiner
1 parent d5b9b3d0

ci: drop failing style check

Showing 1 changed file with 17 additions and 17 deletions
.pre-commit-config.yaml
... ... @@ -45,23 +45,23 @@ repos:
45 45 - id: markdownlint
46 46 args: ["--style=scripts/mdlint_style.rb"]
47 47  
48   - - repo: local
49   - hooks:
50   - - id: remarklint
51   - name: remarklint
52   - language: node
53   - entry: remark
54   - types: [markdown]
55   - args: ["--frail", "--quiet"]
56   - additional_dependencies:
57   - [
58   - remark,
59   - remark-lint,
60   - remark-cli,
61   - remark-preset-lint-recommended,
62   - remark-lint-list-item-indent,
63   - remark-lint-no-undefined-references,
64   - ]
  48 +# - repo: local
  49 +# hooks:
  50 +# - id: remarklint
  51 +# name: remarklint
  52 +# language: node
  53 +# entry: remark
  54 +# types: [markdown]
  55 +# args: ["--frail", "--quiet"]
  56 +# additional_dependencies:
  57 +# [
  58 +# remark,
  59 +# remark-lint,
  60 +# remark-cli,
  61 +# remark-preset-lint-recommended,
  62 +# remark-lint-list-item-indent,
  63 +# remark-lint-no-undefined-references,
  64 +# ]
65 65  
66 66 - repo: local
67 67 hooks:
... ...