Skip to content

Commit eaa27fb

Browse files
authored
Merge pull request lightspeed-core#186 from omkarjoshi0304/dev
Specify src directory for pydocstyle command in Makefile
2 parents a3b7d51 + 4ab572b commit eaa27fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pyright:
6060
uv run pyright src
6161

6262
docstyle:
63-
uv run pydocstyle -v .
63+
uv run pydocstyle -v src
6464

6565
ruff:
6666
uv run ruff check . --per-file-ignores=tests/*:S101 --per-file-ignores=scripts/*:S101

0 commit comments

Comments
 (0)