Skip to content

Temporarily remove pre commit config. #153

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

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

myeatman-bdai
Copy link
Collaborator

A pre commit check was added a couple of months ago which conflicts with some of the linting and style changes of the repo. This has caused some friction and blocked people from contributing ( see #149).

This PR removes the pre-commit check, with the intention of adding similar functionality back in later, along with PR that ensures the repo conforms with the rules in the pre commit check.

Copy link
Collaborator

@petercorke petercorke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is an expedient solution, but we need to get our heads together on a longer-term solution.

@petercorke
Copy link
Collaborator

Removing the file is not enough! For those who actually did the pre-commit install you still need to uninstall

pre-commit uninstall -t pre-commit

but this has to be done before the .pre-commit-config.yaml file is removed.

The install is an action outside of git so there's no way a PR can fixup the user's state.

@myeatman-bdai myeatman-bdai merged commit 12128c5 into master Jan 22, 2025
15 checks passed
@myeatman-bdai myeatman-bdai deleted the temp-remove-pre-commit branch January 22, 2025 13:02
@myeatman-bdai myeatman-bdai restored the temp-remove-pre-commit branch January 30, 2025 17:45
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