We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mypy --strict dfdatetime
The text was updated successfully, but these errors were encountered:
First iteration: log2timeline/dfdatetime#157
Sorry, something went wrong.
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
from __future__ import annotations
joachimmetz
No branches or pull requests
mypy --strict dfdatetime
The text was updated successfully, but these errors were encountered: