Skip to content

Commit 37ae4bc

Browse files
chore: Use Ruff 0.15.5+ native Markdown discovery
Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
1 parent b8decc1 commit 37ae4bc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,9 @@ package = [
157157
]
158158

159159
[tool.ruff]
160-
extend-include = ["docs/**/*.md"]
161160
line-length = 88
162161
preview = true
163-
required-version = ">=0.15.2"
162+
required-version = ">=0.15.5"
164163

165164
[tool.ruff.format]
166165
docstring-code-format = true

0 commit comments

Comments
 (0)