ethereum / eth-account

Account abstraction library for web3.py
http://eth-account.readthedocs.io/
MIT License
258 stars 155 forks source link

turn on mypy disallow_untyped_defs and disallow_untyped_calls #283

Closed pacrob closed 2 months ago

pacrob commented 2 months ago

What was wrong?

Tighten up typing!

How was it fixed?

Set disallow_untyped_defs and disallow_untyped_calls to true, fix errors.

Most changes were straightforward. The 2 biggest changes are:

Todo:

Cute Animal Picture

image