Skip to content

Commit e5cbd6b

Browse files
authored
Merge pull request #546 from MakisH/fix-markdownlint
Fix markdown-lint pre-commit exclusion rules
2 parents 0a05e29 + 1757711 commit e5cbd6b

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,9 @@ repos:
88
rev: v0.30.0
99
hooks:
1010
- id: markdownlint
11-
exclude: |
12-
(?x)^(
13-
changelog-entries|
14-
.github/pull_request_template.md
15-
)$
11+
exclude: ^(.github/pull_request_template.md|changelog-entries)
1612
- id: markdownlint-fix
17-
exclude: |
18-
(?x)^(
19-
changelog-entries|
20-
.github/pull_request_template.md
21-
)$
13+
exclude: ^(.github/pull_request_template.md|changelog-entries)
2214
- repo: https://github.com/hhatto/autopep8
2315
rev: v2.0.4
2416
hooks:

0 commit comments

Comments
 (0)