JulianFP / project-W-runner

This is the code for the runners running the whisper jobs themselves which are managed by the project W flask backend
GNU Affero General Public License v3.0
2 stars 0 forks source link

Add automatic code styling and formatting checks #14

Closed JulianFP closed 1 month ago

JulianFP commented 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.

dokempf commented 1 month ago

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.

JulianFP commented 1 month ago

Closed with #15