hauntsaninja / no_implicit_optional

A codemod to make your implicit optional type hints PEP 484 compliant.
MIT License
79 stars 8 forks source link

Adding-pre-commit-hook #17

Closed alex-rakowski closed 11 months ago

alex-rakowski commented 11 months ago

This PR adds a pre-commit-hook to the repo, addressing the issue #16.

For this to work, a tagged release of 0.1.4 is required.

alex-rakowski commented 11 months ago

Sorry looks like I made a bunch of commits to the wrong branch. #18 looks good. I think the only thing needed for it to work is tagging 1.4, otherwise, the pre-commit install will give a mutable reference warning. I'll close this PR