docs: add mypy plugin configuration note for param (#8614) - #8734
Conversation
|
This is not the right place for this information as this is intended on developers working on panel itself. |
Thanks for clarifying @hoxbro! That makes total sense— Should I move this note to |
|
I think the best place is to create a new file in how_to. Also link to the param guide https://param.holoviz.org/en/docs/latest/user_guide/Typing.html. |
|
Agreed, I think we may actually want a whole new section right at the beginning of the how-to "Develop Efficiently" section with "Typing" as the first topic or just put it in the "Develop in an editor section". |
|
Thanks @hoxbro and @philippjfr for the guidance! Let me know if this looks like the right structure/location, or if you'd prefer the section placed differently! |
|
4c7c877 should be reverted. |
This reverts commit 4c7c877.
|
The failing tests are unrelated. Can you remove the changes in doc/developer_guide/index.md? |
@hoxbro! I've removed the "Type Checking" section from doc/developer_guide/index.md Let me know if there's anything else you'd like changed! |
|
Just a quick confirmation that you have run the example code locally and get this error. |
I haven't run it locally myself, since my part here was writing the documentation rather than implementing the fix..The example and error message are taken directly from the original issue (#8614), Happy to run it locally too if that would help before merging. |
Fixes #8614