Open Anomalocaridid opened 3 years ago
Currently, i3ipc-python does not work with Python type checkers like mypy. In order to support type checking, it needs a library stub as specified in PEP 561.
This isn't a critical issue, but it would certainly be much appreciated.
I would accept this into the library.
https://github.com/altdesktop/i3ipc-python/pull/205 does this.
Currently, i3ipc-python does not work with Python type checkers like mypy. In order to support type checking, it needs a library stub as specified in PEP 561.
This isn't a critical issue, but it would certainly be much appreciated.