log2timeline / l2tdevtools

Development tools
Apache License 2.0
10 stars 20 forks source link

add a type check CI test #280

Open joachimmetz opened 6 years ago

joachimmetz commented 6 years ago
joachimmetz commented 4 years ago

First iteration: https://github.com/log2timeline/dfdatetime/pull/157

joachimmetz commented 4 years ago

To do handle imports with mypy https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-type-hints-for-third-party-library

joachimmetz commented 4 years ago

stubgen to generate stubs for dependencies with type annotations https://mypy.readthedocs.io/en/stable/stubgen.html

joachimmetz commented 4 years ago

Unfortunately from __future__ import annotations is available from Python 3.7 not for 3.6