Commit bc4b57489d651d4c73da752ab48da797f6d8dd55

Authored by pre-commit-ci[bot]
Committed by Henry Schreiner
1 parent a561cac9

style: pre-commit.ci fixes

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:
... ...