Bot-detector / Bot-Detector-Core-Files

The server and processing files for the Bot Detector Plugin
GNU General Public License v3.0
18 stars 15 forks source link

Pre commit #465

Closed LukeHankey closed 2 years ago

LukeHankey commented 2 years ago

Adds a GHA for pre-commit linting. Adding the black formatter (currently without any options) and some other useful hooks.

Others could be added onto this if you wanted more dev tools, such as flake8 or mypy/pyright, etc.

Implements #461