Commit Graph

11 Commits

Author SHA1 Message Date
5aa4f16a5a
ci: Mypy stage 2 (bad) 2023-11-02 12:42:01 +01:00
e5e364b97a
ci: Add and configure mypy, and make it happy 2023-11-02 12:42:01 +01:00
9ca68307f0
fix: Make MuxRPCAPI.__await__ a sync method 2023-11-02 12:42:01 +01:00
740762b149
chore: Remove the unused decorated function in MuxRPCAPI.define 2023-11-02 12:42:01 +01:00
9bf9352bfc
fix: Check for empty messages before checking its properties in MuxRPCAPI 2023-11-02 12:42:01 +01:00
3aa2794b92
ci: Add and configure PyLint, and make it happy 2023-11-02 12:42:01 +01:00
b30aa39d6b
ci: Use black instead of flake8
It results in mostly the same style, plus it’s configurable via pyproject.toml.
2023-11-02 12:42:00 +01:00
160ca7109e
build: Remove async_generator as a dependency
Python 3.6+ can do this natively.
2023-11-02 12:42:00 +01:00
Pedro Ferreira
9fc910c37d Python 3.5 compatibility
Close #1 and #3
2017-08-01 22:37:14 +02:00
Pedro Ferreira
3d652d11cd Properly handle MuxRPC errors 2017-07-30 15:02:09 +02:00
Pedro Ferreira
ae5b99acfa Rename module 2017-07-30 11:50:25 +02:00