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

Add pre-commit hook to avoid large files updates #939

Merged
merged 1 commit into from
May 27, 2024

Conversation

GernotMaier
Copy link
Contributor

The reason why the simtools repo is so large is that we have uploaded at some point accidentally some very large files.

To prevent this, introduced a pre-commit to prevent this:

Set the max value to 500 kB. We have a couple (4-5 files) above this value; in this case I am expected that we consciously bypass the pre-commit hook.

@GernotMaier GernotMaier self-assigned this May 25, 2024
@GernotMaier GernotMaier marked this pull request as ready for review May 26, 2024 11:05
@VictorBarbosaMartins
Copy link
Contributor

Why introducing a pre-commit just to by-pass it? Is there a way to automatically by-pass the files that are already in the project such that we don't need to do that by hand in every commit?

@GernotMaier
Copy link
Contributor Author

The other way around: we introduce a pre-commit to avoid committing large files by accident.

If we actually want to do it, we have to consciously bypass the pre-commit stage.

@VictorBarbosaMartins
Copy link
Contributor

The other way around: we introduce a pre-commit to avoid committing large files by accident.

If we actually want to do it, we have to consciously bypass the pre-commit stage.

Ok! I thought we would need to by pass every time because the files are already there. All good here then.

@VictorBarbosaMartins VictorBarbosaMartins self-requested a review May 27, 2024 14:10
@GernotMaier GernotMaier merged commit 78d7c14 into main May 27, 2024
15 checks passed
@GernotMaier GernotMaier deleted the pre-commit-large-file-hook branch May 27, 2024 14:15
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