Skip to content

Commit 34ba839

Browse files
committed
Add plotly stubs
1 parent 9584f7d commit 34ba839

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

mypy.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ plugins = numpy.typing.mypy_plugin
4444

4545
[mypy-importlib_resources.*]
4646
ignore_missing_imports = True
47-
[mypy-plotly.*]
48-
ignore_missing_imports = True
4947
[mypy-_plotly_utils.*]
5048
ignore_missing_imports = True
5149
[mypy-pre_commit_hooks.*]

requirements/typing.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ types-pytz
77
types-PyYAML
88
types-requests
99
types-tqdm
10+
plotly-stubs; python_version >= "3.10"
1011
pandas-stubs
1112

1213
# pyright also needs to inherit other environment dependencies in

0 commit comments

Comments
 (0)