We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9584f7d commit 34ba839Copy full SHA for 34ba839
2 files changed
mypy.ini
@@ -44,8 +44,6 @@ plugins = numpy.typing.mypy_plugin
44
45
[mypy-importlib_resources.*]
46
ignore_missing_imports = True
47
-[mypy-plotly.*]
48
-ignore_missing_imports = True
49
[mypy-_plotly_utils.*]
50
51
[mypy-pre_commit_hooks.*]
requirements/typing.txt
@@ -7,6 +7,7 @@ types-pytz
7
types-PyYAML
8
types-requests
9
types-tqdm
10
+plotly-stubs; python_version >= "3.10"
11
pandas-stubs
12
13
# pyright also needs to inherit other environment dependencies in
0 commit comments