redbrick / blockbot

Discord bot maintained by the Redbrick webgroup
GNU General Public License v3.0
1 stars 8 forks source link

Add `ruff` pre-commit for code formatting #31

Closed novanai closed 8 months ago

novanai commented 9 months ago

Implement the tool ruff (a code linter & formatter) as a pre-commit hook.

This will allow ruff to automatically format the code according to the PEP8 standard before commits.