Skip to content

Commit

Permalink
added examples to tool.ruff in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hmd101 committed Oct 14, 2024
1 parent 89138f8 commit ccd53a9
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 @@ -87,7 +87,7 @@ testpaths = ["tests"]

[tool.ruff]
extend-include = ["*.ipynb"]
src = ["src", "tests"]
src = ["src", "tests", "examples"]
# Exclude a variety of commonly ignored directories.
exclude = [
".bzr",
Expand Down

0 comments on commit ccd53a9

Please sign in to comment.