Closed JulianFP closed 1 month ago
Define a standard way of code style by setting up a formatter. This formatter should run in both the Github actions CI and using a pre-commit hook.
If you use pre-commit anyway, https://pre-commit.ci/ is the way to go: It will run as a bot on your PRs. No need to duplicate logic in CI.
Closed with #15
Define a standard way of code style by setting up a formatter. This formatter should run in both the Github actions CI and using a pre-commit hook.