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

Bump Mypy #550

Open
Jepson2k opened this issue Dec 29, 2024 · 1 comment
Open

Bump Mypy #550

Jepson2k opened this issue Dec 29, 2024 · 1 comment

Comments

@Jepson2k
Copy link
Collaborator

Which files would be affected?
Mypy static checking has grown a lot and provides more useful analysis in later versions, but with the introduction of PEP 484 and the banning-ish of implicit optionals there are a lot of type hints that will need to be added to many files. Mypy recommends a program that auto converts the code base so it shouldn't be hard to do but it'll affect many files.

Does the proposed maintenance include non-doc string functional changes to the Python code?
Yes

Are you interested in implementing it yourself?
Yes

@whyitfor
Copy link
Contributor

whyitfor commented Jan 2, 2025

This should be tackled in a PR that only changes this and nothing else, to isolate these changes

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

2 participants