Closed scott-huberty closed 2 months ago
Self-merging since this only concerns the pre-commit hooks. For anyone else that has these hooks installed, you can run pre-commit autoupdate
to update them so that they don't continue to run black
on your end.
We already use
ruff
to enforce style soblack
is a dead dependency. dropped it and removed it from thepre-commit hook
. While I was at it I updated the docs with instructions for installing the hooks.