errbotio / errbot

Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
http://errbot.io
GNU General Public License v3.0
3.12k stars 612 forks source link

ci: move black & isort to pre-commit #1596

Open browniebroke opened 1 year ago

browniebroke commented 1 year ago

pre-commit is great tool to run these kind of auto-formatters in isolated environments. There are more hooks which are supported, but I haven't introduced any new ones for now. I just moved 2 packages that were already used here, and use the GitHub action to run them on CI.

The step further is to use pre-commit.ci which has a couple of extra features:

However, this requires a maintainer to sign-up, and I appreciate that it's yet another service.