ahawker / ulid

Universally Unique Lexicographically Sortable Identifier (ULID) in Python 3
Apache License 2.0
705 stars 42 forks source link

Add mypy support #25

Closed ahawker closed 7 years ago

ahawker commented 7 years ago

This package was written with type hints (PEP484) so it should perform some static analysis checks on build.

ahawker commented 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.