Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use scipy-stubs #304

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,3 @@ exclude = .*(build)/.*
; Auto-generated code, not much we can do there
[mypy-gen.*]
disable_error_code = attr-defined, arg-type

; Of course my stubs are going to be incomplete. Otherwise they'd be on typeshed!
; Mypy becomes really whack with its errors inside these stubs though
[mypy-scipy.*]
disable_error_code = attr-defined, import-untyped
1 change: 1 addition & 0 deletions scripts/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
ruff>=0.6.9 # Pre-commit fix # Must match .pre-commit-config.yaml
#
# Types
scipy-stubs>=1.14.1.1
types-keyboard
types-psutil
types-PyAutoGUI
Expand Down
55 changes: 0 additions & 55 deletions typings/scipy/__init__.pyi

This file was deleted.

72 changes: 0 additions & 72 deletions typings/scipy/fft/__init__.pyi

This file was deleted.

88 changes: 0 additions & 88 deletions typings/scipy/fft/_realtransforms.pyi

This file was deleted.

1 change: 0 additions & 1 deletion typings/scipy/py.typed

This file was deleted.

Loading