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

Update Typing in Code to Remove Ignore Annotation #8379

Open
ericspod opened this issue Mar 7, 2025 · 0 comments
Open

Update Typing in Code to Remove Ignore Annotation #8379

ericspod opened this issue Mar 7, 2025 · 0 comments

Comments

@ericspod
Copy link
Member

ericspod commented Mar 7, 2025

Is your feature request related to a problem? Please describe.
There are a lot of annotations in the code for disabling type checking by mypy and pytype. Some of these are unavoidable where untyped code is used, but in many places this is due to improper types being used.

Describe the solution you'd like
At some point the codebase should be reviewed to identify where better type checking can be done and remove these annotations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant