Skip to content

Commit a3fa809

Browse files
committed
Add CHANGELOG.md to excluded files in linter configuration
1 parent f35136f commit a3fa809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ disable = [
9090
"MD070", # frontmatter-key-sort
9191
]
9292
line-length = 120
93-
exclude = ["node_modules", "build", "dist"]
93+
exclude = ["node_modules", "build", "dist", "CHANGELOG.md"]
9494
include = ["docs/*.md", "README.md"]
9595
respect-gitignore = true
9696
flavor = "mkdocs"

0 commit comments

Comments
 (0)