Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RHCLOUD-36900] add pre-commit github action into repo #225

Merged

Conversation

petracihalova
Copy link
Contributor

@petracihalova petracihalova commented Dec 12, 2024

RHCLOUD-36900

moved pre-commit check in own github action
and
update black to the latest version in pre-commit config


motivation: in previous version the pre-commit check runs via Jenkins worker with python 3.8 and that was not align with python 3.9 we use in the project, additionally it was not possible to use latest black version (requires python >= 3.9)

moving into own github action we can better distinguish between pre-commit checks and rest pr check defined in the pr_check.sh

@petracihalova petracihalova force-pushed the pre-commit-gh-action branch 2 times, most recently from 3bc6672 to 69a600d Compare December 12, 2024 21:49
@petracihalova petracihalova changed the title add pre-commit github action into repo [RHCLOUD-36900] add pre-commit github action into repo Dec 12, 2024
@petracihalova petracihalova merged commit d97981f into RedHatInsights:master Dec 12, 2024
28 of 29 checks passed
@petracihalova petracihalova deleted the pre-commit-gh-action branch December 12, 2024 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants