Skip to content

Commit 00884d7

Browse files
committed
fix: tests - run pydoclint on src and texts
add: run pydoclint on tests too
1 parent 471236b commit 00884d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ dependencies = [
208208
detached = true
209209

210210
[tool.hatch.envs.style.scripts]
211-
docstrings = "pydoclint"
211+
docstrings = "pydoclint src/ tests/"
212212
code = "ruff check {args}"
213213
format = "ruff format {args}"
214214
check = ["docstrings", "code"]

0 commit comments

Comments
 (0)