-
Notifications
You must be signed in to change notification settings - Fork 13
Mypy support #16
New issue
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
Comments
Hey @matthewrfennell Thanks for dropping by :) as of #9 I have very little time to maintain this unfortunately, but if you're willing to do so I'll find the time to review ...worried however that there might be some unrelated "blockers" (like Travis not running anymore etc.) that could slow it down. Haven't touched this in a long time and it could definitely use some spring cleaning. |
Ok, thanks a lot for getting back! |
Would you be interested in me raising a PR to add mypy types to this library?
I'm using this library in a project I'm currently working on which runs mypy across the codebase. Currently, I have to instruct mypy not to check types coming from this library - but adding types to this library would let me remove this override.
PS - thanks for this library and the dirhash standard, it makes it so easy to generate hashes and be confident they will be consistent across environments.
The text was updated successfully, but these errors were encountered: