chore: exclude Markdown from ruff format scope (#2589)

This commit is contained in:
Peter
2026-07-28 21:02:32 +08:00
committed by GitHub
parent 8f5b04339d
commit 094d84dc48
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -47,6 +47,8 @@ build-backend = "maturin"
line-length = 88
target-version = "py311"
exclude = ["tools/"]
# ruff 0.16+ formats Markdown code blocks by default; docs are hand-formatted.
extend-exclude = ["*.md"]
[tool.ruff.lint]
select = [
+2
View File
@@ -89,6 +89,8 @@ artifacts = [
[tool.ruff]
line-length = 88
target-version = "py311"
# ruff 0.16+ formats Markdown code blocks by default; docs are hand-formatted.
extend-exclude = ["*.md"]
[tool.ruff.lint]
select = ["E", "F", "I", "PLC"]
+2
View File
@@ -99,6 +99,8 @@ packages = ["src/wren_langchain"]
[tool.ruff]
line-length = 88
target-version = "py311"
# ruff 0.16+ formats Markdown code blocks by default; docs are hand-formatted.
extend-exclude = ["*.md"]
[tool.ruff.lint]
select = ["E", "F", "I", "PLC"]
+2
View File
@@ -95,6 +95,8 @@ packages = ["src/wren_pydantic"]
[tool.ruff]
line-length = 88
target-version = "py311"
# ruff 0.16+ formats Markdown code blocks by default; docs are hand-formatted.
extend-exclude = ["*.md"]
[tool.ruff.lint]
select = ["E", "F", "I", "PLC"]