Skip to content

feat: add a pre-commit config and run it on all files

cyrinux requested to merge chore/add-pre-commit-config-and-run-it into main

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

Merge request reports