Skip to content

Commit 847cfcf

Browse files
committed
chore: Simplify Ruff include patterns to a single Python glob
1 parent bb50ce5 commit 847cfcf

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,7 @@ only-include = [
164164
[tool.ruff]
165165
line-length = 120
166166
include = [
167-
"src/**/*.py",
168-
"tests/**/*.py",
169-
"scripts/**/*.py",
170-
"docs/**/*.py",
171-
"website/**/*.py",
167+
"**/*.py",
172168
# Ruff formats Python code blocks embedded in Markdown files.
173169
"**/*.md",
174170
"**/*.mdx",

0 commit comments

Comments
 (0)