Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix several typing annotations in the SDK and run mypy on snippets #9260

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

abey79
Copy link
Member

@abey79 abey79 commented Mar 11, 2025

Related

What

Snippets, a key aspect of our documentation, were not typed checked by mypy so far... 😱 No longer. This lead to several fixes in user-facing typing annotation in the python SDK. Plus the usual load of fixes in the snippets themselves.

Note: snippets that are "not runnable" (as per snippets.toml) must now also be mypy-ignore in our pyproject.toml. I don't mind this added complexity a single second: make your snippets runnable! :)

Copy link

github-actions bot commented Mar 11, 2025

Web viewer built successfully. If applicable, you should also test it:

  • I have tested the web viewer
Result Commit Link Manifest
75e311c https://rerun.io/viewer/pr/9260 +nightly +main

Note: This comment is updated whenever you push a commit.

Copy link

github-actions bot commented Mar 11, 2025

Latest documentation preview deployed successfully.

Result Commit Link
75e311c https://landing-33kzctsni-rerun.vercel.app/docs

Note: This comment is updated whenever you push a commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant