hauntsaninja / no_implicit_optional

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

Add pre-commit hook #18

Closed hauntsaninja closed 11 months ago

alex-rakowski commented 11 months ago

Looks good. I think the only thing needed is tagging 1.4 (and other versions if wanted), otherwise, the pre-commit install will give a mutable reference warning.

hauntsaninja commented 11 months ago

Thanks! I've added a tag for https://github.com/hauntsaninja/no_implicit_optional/releases/tag/1.4

Hard to do tags for previous since the hook won't exist for those commits