Skip to content
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