ahawker / ulid

Universally Unique Lexicographically Sortable Identifier (ULID) in Python 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add mypy support

ahawker opened this issue · comments

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

  • Add make target for invoking checks
  • Add tox target?
  • Add pytest support?
  • Add TravisCI support

Ran into python/mypy#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.