Replies: 2 comments 5 replies
-
@winstxnhdw added our pyright support (thank you again!). tagging him in case he has some tips to get this set up |
Beta Was this translation helpful? Give feedback.
0 replies
-
We pass the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was playing with the new basedpyright integration in the 0.14.16 release and found the default rules will tag unused call results with a warning. In a notebook context this results in a lot of warnings, so I tried following basedpyright's instructions for disabling those warnings. I could not figure out the right place to include those custom rules and whether marimo's lsp server would actually respect those rules.
In my project directory I tried a few ways to make a configuration. In my pyproject.toml, I tried both
and (based on seeing the global marimo.toml file layout)
I also tried creating pyrightconfig.json file with the rule enabled. Is there a known correct way to set up this configuration or is it not possible with the current implementation?
Beta Was this translation helpful? Give feedback.
All reactions