marimo-team / marimo

A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
https://marimo.io
Apache License 2.0
6.62k stars 225 forks source link

Add pyright type-checking #1163

Open MartinBernstorff opened 5 months ago

MartinBernstorff commented 5 months ago

Description

Love the inline type-checking in VSCode, and would love to see it here as well.

Suggested solution

Add pyright type-checking and underlining.

Alternative

No response

Additional context

No response

akshayka commented 5 months ago

Thanks for the suggestion. We'd like to add a language server at some point, and this would be a great feature.