Closed ahawker closed 7 years ago
Ran into https://github.com/python/mypy/issues/1775 while working on this tonight.
Thought is to add some type hint aliases in hints.py
or top-level in ulid.py
to address the collision between model representation properties and built-in type names.
This package was written with type hints (PEP484) so it should perform some static analysis checks on build.