@@ -172,11 +172,10 @@ The exact version requirements are specified in the [`pyproject.toml`](pyproject
172172
173173## Supported static type-checkers
174174
175- 1 . [ ` basedpyright ` ] ( https://github.com/DetachHead/basedpyright ) (recommended)
176- 1 . [ ` basedmypy ` ] ( https://github.com/KotlinIsland/basedmypy )
177- 1 . [ ` pyright ` ] ( https://pyright.readthedocs.io/en/latest/index.html )
178- 1 . [ ` mypy ` ] ( https://mypy.readthedocs.io/en/stable/index.html ) (not recommended, see
179- [ mypy_issues] ( https://github.com/erictraut/mypy_issues ) )
175+ - [ ` basedpyright ` ] ( https://github.com/DetachHead/basedpyright )
176+ - [ ` pyright ` ] ( https://pyright.readthedocs.io/en/latest/index.html )
177+ - [ ` basedmypy ` ] ( https://github.com/KotlinIsland/basedmypy )
178+ - [ ` mypy ` ] ( https://mypy.readthedocs.io/en/stable/index.html )
180179
181180For validation and testing, ` scipy-stubs ` primarily uses [ ` basedmypy ` ] ( https://github.com/KotlinIsland/basedmypy ) (a ` mypy ` fork)
182181and [ ` basedpyright ` ] ( https://github.com/DetachHead/basedpyright ) (a ` pyright ` fork).
@@ -201,20 +200,3 @@ There are many ways that you can help improve `scipy-stubs`, for example
201200 specifics)
202201- write new documentation (usage examples, guides, tips & tricks, FAQ, etc.), or e.g. improve this ` README.md `
203202- help spread the word on ` scipy-stubs ` , so that more can benefit from using it
204-
205- ## AI generated Podcast
206-
207- ### Typing in SciPy
208-
209- < https://github.com/user-attachments/assets/adbec640-2329-488b-bda2-d9687c6b1f7b >
210-
211- ## See also
212-
213- - [ scipy/scipy #21614 ] ( https://github.com/scipy/scipy/issues/21614 ) : On why ` scipy-stubs ` is a separate package, and not part of
214- ` scipy ` (yet).
215- - [ microsoft/python-type-stubs #321 ] ( https://github.com/microsoft/python-type-stubs/pull/321 ) : The removal of Microsoft's
216- ` scipy-stubs ` — that used to be bundled with Pylance — in favor of ` scipy-stubs ` .
217- - [ ` optype ` ] ( https://github.com/jorenham/optype ) : The fundamental typing package that made ` scipy-stubs ` possible.
218- - [ ` basedpyright ` ] ( https://github.com/detachhead/basedpyright ) : The recommended type-checker to use with ` scipy-stubs ` .
219- - [ ` basedmypy ` ] ( https://github.com/KotlinIsland/basedmypy ) : A [ less-broken] ( https://github.com/erictraut/mypy_issues ) ` mypy ` fork,
220- with a bunch of cool extra features.
0 commit comments