pymodbus-dev / pymodbus

A full modbus protocol written in python
Other
2.16k stars 891 forks source link

Add more client type hints #2013

Closed alexrudd2 closed 4 months ago

alexrudd2 commented 4 months ago

mypy is sometimes a little dumb, and can't figure out types that are defined in __init__(). So help it out by explicitly defining them.

126 -> 107 mypy problems