Skip to content

Commit a5b61f3

Browse files
fix(internal): resolve build failures
1 parent b3a0a91 commit a5b61f3

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
@@ -5,7 +5,7 @@ set -e
55
cd "$(dirname "$0")/.."
66

77
echo "==> Running pyright"
8-
uv run pyright
8+
uv run pyright -p .
99

1010
echo "==> Running mypy"
1111
uv run mypy .

0 commit comments

Comments
 (0)