You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: