Skip to content

Commit

Permalink
[pyproject.toml] Include tests in Ruff configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Oct 21, 2023
1 parent ed566f4 commit d3f70ad
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 @@ -10,7 +10,7 @@ packages = ["units"]
python_version = "3.10"

[tool.ruff]
include = ["units/*.py"]
include = ["tests/*.py", "units/*.py"]
select = [
"E4", "E7", "E9", "F", # default
"PYI041" # redundant-numeric-union
Expand Down

0 comments on commit d3f70ad

Please sign in to comment.