Skip to content

Commit 2d2af6b

Browse files
committed
chore: Simplify Ruff include patterns to a single Python glob
1 parent 3850cca commit 2d2af6b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,7 @@ allow-direct-references = true
107107
[tool.ruff]
108108
line-length = 120
109109
include = [
110-
"src/**/*.py",
111-
"tests/**/*.py",
112-
"docs/**/*.py",
113-
"website/**/*.py",
110+
"**/*.py",
114111
# Ruff formats Python code blocks embedded in Markdown files.
115112
"**/*.md",
116113
"**/*.mdx",

0 commit comments

Comments
 (0)