hasii2011 / pyut

A UML Diagrammer implemented in Python
GNU Affero General Public License v3.0
11 stars 4 forks source link

Implement Global Type checking #212

Closed hasii2011 closed 3 years ago

hasii2011 commented 3 years ago

Use mypy to do static checking; this is even more than PyCharm checks

hasii2011 commented 3 years ago

These modules require more elaborate fixes (I put # type: ignore)

For the following see: realpython. (# type: ignore # override)

hasii2011 commented 3 years ago

Not going to do this. I don't like Mypy's strictness and how hard it is to exclude stuff; I like the incremental approach I can take with PyCharm