torayeff / fanucpy

Python Interface for FANUC robots
Apache License 2.0
109 stars 29 forks source link

Type annotations #5

Open ZdenekM opened 2 years ago

ZdenekM commented 2 years ago

These days, a lot of libraries use type hints (PEP 484) as it improves the experience of developers during coding, and mainly it makes the code more robust (can be checked by mypy within CI). It would be nice if fanucpy could be PEP 484 (and 561) compatible.