Document how to avoid mypy reporting
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 124
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
When using `.hvplot` on a dataframe or series, `mypy` will report a `operator` missing problem. See https://mypy.readthedocs.io/en/stable/error_code_list.html#code-operator.
You can solve this by adding `# type: ignore[operator]`. This is quite cumbersome to add many places in your docs.
It would be very nice if this was discussed and best practices documented in the documentation.
Contributor guide
Assessment
This issue has not been assessed yet.