Skip to content

Commit 642121e

Browse files
authored
add scipy-stubs as non-typeshed stub package
1 parent e5546fe commit 642121e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy/stubinfo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def stub_distribution_name(module: str) -> str | None:
291291
# for additions here
292292
"pandas": "pandas-stubs", # https://github.com/pandas-dev/pandas-stubs
293293
"lxml": "lxml-stubs", # https://github.com/lxml/lxml-stubs
294+
"scipy": "scipy-stubs", # https://github.com/scipy/scipy-stubs
294295
}
295296

296297

0 commit comments

Comments
 (0)