We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a1a22 commit f7fe70cCopy full SHA for f7fe70c
1 file changed
scripts/lint
@@ -15,8 +15,5 @@ fi
15
echo "==> Running pyright"
16
uv run pyright
17
18
-echo "==> Running mypy"
19
-uv run mypy .
20
-
21
echo "==> Making sure it imports"
22
uv run python -c 'import hubspot_sdk'
0 commit comments