lina-usc / pylossless

🧠 EEG Processing pipeline that annotates continuous data
https://pylossless.readthedocs.io/en/latest/
MIT License
25 stars 10 forks source link

MAINT: Drop black, update pre-commit hook #168

Closed scott-huberty closed 2 months ago

scott-huberty commented 2 months ago

We already use ruff to enforce style so black is a dead dependency. dropped it and removed it from the pre-commit hook. While I was at it I updated the docs with instructions for installing the hooks.

scott-huberty commented 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.