Skip to content

Commit

Permalink
add: run pydoclint on tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Feb 28, 2025
1 parent 4eba09e commit 1a3876f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ dependencies = [
detached = true

[tool.hatch.envs.style.scripts]
docstrings = "pydoclint src/"
docstrings = "pydoclint src/ tests/"
code = "ruff check {args}"
format = "ruff format {args}"
check = ["docstrings", "code"]
Expand Down

0 comments on commit 1a3876f

Please sign in to comment.