decred / tinydecred

Python tools for Decred
ISC License
27 stars 14 forks source link

multi: add type hints to helpers.py and tinyhttp.py #181

Closed teknico closed 1 year ago

teknico commented 4 years ago

This adds type hints to dcr/util/helpers.py and dcr/util/tinyhttp.py.

It also adds the mypy static type checker and the pytest-monkeytype pytest plugin to the decred dev. dependencies.

Part of #178.

buck54321 commented 4 years ago

Looks like I made you a conflict when I merged #191.