Skip to content

Commit

Permalink
Use scipy-stubs (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Oct 23, 2024
1 parent 9588834 commit a2371bc
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 221 deletions.
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.

0 comments on commit a2371bc

Please sign in to comment.