kynan / nbstripout

strip output from Jupyter and IPython notebooks
Other
1.19k stars 95 forks source link

Cut 0.3.7 to make nbstripout work on systems with old versions of git? #109

Closed garborg closed 4 years ago

garborg commented 4 years ago

Due to https://github.com/pre-commit/pre-commit/issues/1211, pre-commit integration is not working for me on systems with old versions of git (because the latest tag is older than pre-commit integration, and pre-commit can't reference shas newer than the oldest tag if system git is old).

A tag would work around the pre-commit limitation for me and any other affected users.

kynan commented 4 years ago

Done! Please close if that resolves your issue.

garborg commented 4 years ago

It does, thank you!