holoviz / holoviz/hvplot

Document how to avoid mypy reporting

Open
#1,400 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.