Open joachimmetz opened 6 years ago
First iteration: https://github.com/log2timeline/dfdatetime/pull/157
To do handle imports with mypy https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-type-hints-for-third-party-library
stubgen to generate stubs for dependencies with type annotations https://mypy.readthedocs.io/en/stable/stubgen.html
Unfortunately from __future__ import annotations
is available from Python 3.7 not for 3.6
mypy --strict dfdatetime