Hacker News new | ask | show | jobs
by ri0t 1469 days ago
Does micropython not allow typing? That would be odd. I mean, i see how running it with mypy on an esp32 does not work, but the hints can be evaluated on the dev-platform and used by the developer and his IDE/Linter/whatever.
1 comments

It allows typing as you'd expect.

Edit: More specifically, the parser correctly ignores type hints.