We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35136f commit a3fa809Copy full SHA for a3fa809
1 file changed
pyproject.toml
@@ -90,7 +90,7 @@ disable = [
90
"MD070", # frontmatter-key-sort
91
]
92
line-length = 120
93
-exclude = ["node_modules", "build", "dist"]
+exclude = ["node_modules", "build", "dist", "CHANGELOG.md"]
94
include = ["docs/*.md", "README.md"]
95
respect-gitignore = true
96
flavor = "mkdocs"
0 commit comments