Skip to content

Commit 0318675

Browse files
fix(internal): resolve build failures
1 parent f393466 commit 0318675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ else
1313
fi
1414

1515
echo "==> Running pyright"
16-
uv run pyright
16+
uv run pyright -p .
1717

1818
echo "==> Running mypy"
1919
uv run mypy .

0 commit comments

Comments
 (0)