-
Describe the bugi am not able to run mypy on marimo notebooks. it is apart of my pre-commit-hooks workflows, is it supported? Will you submit a PR?
EnvironmentDetailsCode to reproduceNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
@Yasin197 yes, since marimo is pure-python you can run mypy on them. (moving to a discussion) |
Beta Was this translation helpful? Give feedback.
-
|
i get this error in my pre-commit workflow (some info redacted): F821 Undefined name Found 1 error. ruff format..............................................................Passed
marimo-notebooks\notebooks\report.py:167: error: Name "pd" is not defined [name-defined] |
Beta Was this translation helpful? Give feedback.
@Yasin197 yes, since marimo is pure-python you can run mypy on them.
(moving to a discussion)