Skip to content

Commit ff924c1

Browse files
committed
attempt to make linter happy
1 parent 322779a commit ff924c1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.markdownlintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"first-header-h1": false,
44
"first-line-h1": false,
55
"line_length": false,
6-
"no-multiple-blanks": false
6+
"no-multiple-blanks": false,
7+
"no-inline-html": false
78
}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: git://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.4.0
3+
rev: v4.0.1
44
hooks:
55
- id: check-json
66
- id: check-merge-conflict
@@ -17,7 +17,7 @@ repos:
1717
- id: markdownlint
1818

1919
- repo: git://github.com/antonbabenko/pre-commit-terraform
20-
rev: v1.45.0
20+
rev: v1.50.1
2121
hooks:
2222
- id: terraform_docs
2323
- id: terraform_fmt

0 commit comments

Comments
 (0)