ethereum / eth-abi

Ethereum ABI utilities for python
MIT License
240 stars 268 forks source link

Add more typing #224

Closed pacrob closed 7 months ago

pacrob commented 7 months ago

What was wrong?

eth-abi has minimal typing for the eth_abi/*.py files. Looking to add to that and re-add the top-level py.typed file.

How was it fixed?

Added some typing. Mainly changed the approach to gradual typing. Rather than ignore whole sets of files, run mypy on everything and ignore specific types of errors. This way the partial typing can still be considered.

Todo:

Cute Animal Picture

image