jupyterhub / binderhub

Run your code in the cloud, with technology so advanced, it feels like magic!
https://binderhub.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.57k stars 390 forks source link

pre-commit: use python for local hook #1695

Closed minrk closed 1 year ago

minrk commented 1 year ago

shouldn't need to use conda for a single Python dependency

closes #1690

consideRatio commented 1 year ago

Does pre-commit run without erroring in pre-commit.ci if the relevant files are changed, where this hook is doing autoformatting?

minrk commented 1 year ago

The check passed (not skipped) which I believe means it was executed successfully.

yuvipanda commented 1 year ago

YAY!