-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add types ? #177
Comments
I wouldn't mind having types. Just out of curiosity, what is the error that would have been caught? |
numpy/numpy#26304, there was a migration from subprocess.run to spin.utils.run and the usage of the return value of spin.util.run was improper when the subprocess would fail. |
With this in place, we can progressively add more type annotations. Closes scientific-python#177
With this in place, we can progressively add more type annotations. Closes scientific-python#177
With this in place, we can progressively add more type annotations. Closes scientific-python#177
Types scaffolding has been put in place with #188. I was going to add a From here, we can continue typing the rest of |
With this in place, we can progressively add more type annotations. Closes #177
I just found an issue in numpy's usage of spins that would have been caught by types,
but as spin does not seem to have types (and the
py.typed
marker), mypy just stop inferring.The text was updated successfully, but these errors were encountered: