Skip to content

Commit 4ab572b

Browse files
changes in the makefile
1 parent a3b7d51 commit 4ab572b

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)