ofrak icon indicating copy to clipboard operation
ofrak copied to clipboard

Bump Mypy

Open Jepson2k opened this issue 1 year ago • 1 comments

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

Jepson2k avatar Dec 29 '24 01:12 Jepson2k

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

whyitfor avatar Jan 02 '25 14:01 whyitfor