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

Drop gitleaks from pre-commit config. #77

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

shaleh
Copy link
Contributor

@shaleh shaleh commented Mar 28, 2022

gitleaks is a bit much for the project. There is not much sensitive to watch out for.

@shaleh shaleh changed the title gitleaks is a bit much for the project. There is not much sensitive to watch out for. Drop gitleaks from pre-commit config. Mar 28, 2022
@shaleh
Copy link
Contributor Author

shaleh commented Mar 28, 2022

That linter failure? Why?

@MichaelAquilina
Copy link
Owner

Seems to be an issue with the caching mechanism. However it does seem like gcc is needed (might have been a dependency of go which is now removed in your PR).

I think adding gcc to the apk install step should solve this problem

@MichaelAquilina
Copy link
Owner

Ok the actual issue was that black broke due to a dependency releasing an incompatible version: psf/black#2964

I've pushed a fix on main so you can rebase to make the issue go away

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