diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5af470586..35165e791 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: