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,23 +45,23 @@ repos:
45 - id: markdownlint 45 - id: markdownlint
46 args: ["--style=scripts/mdlint_style.rb"] 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 - repo: local 66 - repo: local
67 hooks: 67 hooks: