Closed Ygnas closed 3 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign jeffwan for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
The new pre-commit hooks run black here. We haven't added a linter hook yet, but plan to. Would you like to implement that, @Ygnas?
Closing this in favour of #2195 @droctothorpe @andreyvelich
What this PR does / why we need it:
This PR adds a GitHub Actions workflow for Python code formatting and linting. It uses
black
to enforce consistent code formatting andflake8
to check for linting issues. This ensures code quality and consistency in the Python codebase.Which issue(s) this PR fixes (optional, in
Fixes #<issue number>, #<issue number>, ...
format, will close the issue(s) when PR gets merged):Fixes #1910
Checklist: