ethereum / py_ecc

Python implementation of ECC pairing and bn_128 and bls12_381 curve operations
MIT License
183 stars 82 forks source link

Update type hinting #131

Open pacrob opened 7 months ago

pacrob commented 7 months ago

Types have been added throughout the lib, but against an outdated version of mypy that won't run with recent versions of Python. mypy is being added as part of pre-commit, but set to ignore all files. As typing is updated, they can be added to be checked.