Skip to content

Commit

Permalink
Merge pull request #546 from MakisH/fix-markdownlint
Browse files Browse the repository at this point in the history
Fix markdown-lint pre-commit exclusion rules
  • Loading branch information
MakisH authored Jun 27, 2024
2 parents 0a05e29 + 1757711 commit e5cbd6b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,9 @@ repos:
rev: v0.30.0
hooks:
- id: markdownlint
exclude: |
(?x)^(
changelog-entries|
.github/pull_request_template.md
)$
exclude: ^(.github/pull_request_template.md|changelog-entries)
- id: markdownlint-fix
exclude: |
(?x)^(
changelog-entries|
.github/pull_request_template.md
)$
exclude: ^(.github/pull_request_template.md|changelog-entries)
- repo: https://github.com/hhatto/autopep8
rev: v2.0.4
hooks:
Expand Down

0 comments on commit e5cbd6b

Please sign in to comment.