Skip to content

Commit a578ed2

Browse files
authored
Update ruff source paths to include tests and examples (#2791)
1 parent abc4ea9 commit a578ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ include = [
6060
exclude = ["docs/_build/"]
6161

6262
[tool.ruff]
63-
src = ["src"]
63+
src = ["src", "tests", "examples"]
6464
fix = true
6565
show-fixes = true
6666
output-format = "full"

0 commit comments

Comments
 (0)