feat: add a pre-commit config and run it on all files
This PR add a pre-commit config and I then ran it all on files with pre-commit run --all-files
.
You can install https://pre-commit.com/ and then enable it locally as a git pre-commit hook with pre-commit install
.
Edited by cyrinux