Skip to content

Fix lint script hanging on import check in CI#8

Closed
atanasiuk-hubspot wants to merge 3 commits intomainfrom
fix/lint-import-hang
Closed

Fix lint script hanging on import check in CI#8
atanasiuk-hubspot wants to merge 3 commits intomainfrom
fix/lint-import-hang

Conversation

@atanasiuk-hubspot
Copy link
Copy Markdown
Contributor

rye run python hangs indefinitely in CI after pyright completes. Using .venv/bin/python directly avoids the rye subprocess wrapper that causes the hang.

atanasiuk-hubspot and others added 3 commits May 7, 2026 17:53
rye run python hangs indefinitely in CI after pyright completes.
Using .venv/bin/python directly avoids the rye subprocess wrapper
that causes the hang.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
The HubSpot SDK has 2000+ generated type files (~300k lines total).
mypy times out in CI trying to check them all. Excluding src/hubspot_sdk/types/
brings mypy runtime in line with the CI job limit; pyright already covers
type checking for these files.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Removed import check for hubspot_sdk in lint script.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant