-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
(WIP) TYP: add some obvious -> None to pandas/core #47497
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
(WIP) TYP: add some obvious -> None to pandas/core #47497
Conversation
ace8fa2
to
8bb28f1
Compare
8bb28f1
to
f93f9f3
Compare
Does this also add Not sure whether it is worth the effort: you could extend your hook to also check pyi files: they have obviously no implementation but at least If you want to cover non-obvious |
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
Closing for now, this'd need some other adjustments first |
Would be great to have it to close #46337 |
Thanks - I hope to be able to address it soonish |
Might be great to set up https://github.com/JelleZijlstra/autotyping (I failed to get it running locally) |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.via https://github.com/MarcoGorelli/add-obvious-return-none - adding
-> None
where possible so at least those functions will be type-checkedthere's gonna be a tonne of CI failures so opening as draft for now