ethereum / eth-keys

A common API for Ethereum key operations.
MIT License
159 stars 64 forks source link

Enable lint tests #72

Closed carver closed 4 years ago

carver commented 4 years ago

What was wrong?

Lint tests were not running in CI

How was it fixed?

The tox config file was broken. I don't think we really need to run lint in every python environment, which makes it a lot harder to maintain a (correct) tox.ini. So this just collapses down to a single lint test.

Also, fixed some flake8 and mypy failures had built up over time.

Cute Animal Picture

Cute animal picture

carver commented 4 years ago

Optimistic merge, will fix up any post-merge comments...