Skip to content

Commit

Permalink
Update ruff source paths to include tests and examples (#2791)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria authored Jan 19, 2025
1 parent abc4ea9 commit a578ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ include = [
exclude = ["docs/_build/"]

[tool.ruff]
src = ["src"]
src = ["src", "tests", "examples"]
fix = true
show-fixes = true
output-format = "full"
Expand Down

0 comments on commit a578ed2

Please sign in to comment.