-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Completion statistics #4179
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
Comments
This could be a GitHub action that runs once per day on master and generates a GitHub pages webpage. Maybe it could also store historical data somewhere. |
I believe we can use mypy to at least report missing annotations by running with |
This information is now collected, and auto-updated twice every day, at https://alexwaygood.github.io/typeshed-stats/ |
I am just throwing this out here as an idea: It would be useful to generate per-file statistics about their completion. I.e. the number of annotated arguments, fields, and return values vs. the unannotated number. This would obviously not count
Any
annotations as unused, althoughAny
annotations could possibly be counted separately as well. This could also mark files that have anincomplete
comment.The text was updated successfully, but these errors were encountered: