ethereum / eth-utils

Utility functions for working with ethereum related codebases.
https://eth-utils.readthedocs.io/en/latest/
MIT License
312 stars 148 forks source link

run mypy linting locally #282

Closed pacrob closed 1 month ago

pacrob commented 1 month ago

What was wrong?

Running mypy in a pre-commit container can miss local context.

How was it fixed?

Run mypy locally via a pre-commit hook. No new issues. Bumped to mypy==1.10.0

Todo:

Cute Animal Picture

image

fselmo commented 1 month ago

Looks like it's picking up the mypy test 👌🏼