Skip to content

Commit 91eba85

Browse files
authored
chore: exclude changelog.md from markdownlint
1 parent b818965 commit 91eba85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ repos:
8989
hooks:
9090
- id: markdownlint
9191
description: 'Lint markdown files.'
92-
args: ['--disable=line-length']
92+
args: ['--disable=line-length', '--ignore=CHANGELOG.md']
9393

9494
- repo: https://github.com/astral-sh/ruff-pre-commit
9595
rev: v0.12.2

0 commit comments

Comments
 (0)