mtkennerly / dunamai

Dynamic versioning library and CLI
https://dunamai.readthedocs.io/en/latest
MIT License
320 stars 23 forks source link

fix pre-commit #30

Closed flying-sheep closed 2 years ago

flying-sheep commented 2 years ago

See https://github.com/python/mypy/issues/1153

Weird that the checks succeeded in my PR …

Also a problem: I can’t locally run pre-commit due to https://github.com/python/typed_ast/issues/166

mtkennerly commented 2 years ago

Thanks for this! Unfortunately, the added --initial-branch option is causing failures in the tests that use Git 2.21.0. I had some local changes to fix the pre-commit issue, but just forgot to finalize them, so I'm going to close this in favor of that.