Skip to content

Commit 58c7187

Browse files
committed
chore: do not let ruff format markdown files
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
1 parent ce719d1 commit 58c7187

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
@@ -66,7 +66,6 @@ preview = true
6666
line-length = 120
6767
target-version = 'py314'
6868
exclude = [
69-
"*/docs/*",
7069
"*/libs/*",
7170
".git",
7271
".mypy_cache",
@@ -80,6 +79,7 @@ exclude = [
8079
"venv",
8180
"venv-*",
8281
]
82+
extend-exclude = ["*.md"]
8383

8484
[tool.ruff.lint]
8585
select = [

0 commit comments

Comments
 (0)