keewis / blackdoc

run black on documentation code snippets
https://blackdoc.readthedocs.io
MIT License
47 stars 4 forks source link

support reading the version from black's pre-commit mirror #180

Closed keewis closed 11 months ago

keewis commented 11 months ago

black somewhat recently added a mirror that pulls in the mypyc compiled wheels from PyPI, making it quite a bit faster. The autoupdate / version sync hook only supported pulling the version from the standard repo hook entry in the pre-commit configuration.