Skip to content

Remove unused .pre-commit-config.yaml#43

Merged
oscarvalenzuelab merged 1 commit intomainfrom
cleanup/remove-unused-precommit-config
Nov 6, 2025
Merged

Remove unused .pre-commit-config.yaml#43
oscarvalenzuelab merged 1 commit intomainfrom
cleanup/remove-unused-precommit-config

Conversation

@oscarvalenzuelab
Copy link
Collaborator

Summary

  • Remove unused .pre-commit-config.yaml configuration file
  • Project uses custom git hooks in .githooks/ directory instead of pre-commit framework
  • Eliminates conflict between pre-commit and custom hooks setup

Test plan

  • Verify custom git hooks in .githooks/ are still functional
  • Confirm no dependency on .pre-commit-config.yaml in CI/CD
  • Check that git hooks path is correctly set to .githooks

The project uses custom git hooks in .githooks/ directory instead of the
pre-commit framework. The .pre-commit-config.yaml file was not being used
and conflicted with the existing custom hooks setup.
@oscarvalenzuelab oscarvalenzuelab merged commit 6d3662d into main Nov 6, 2025
7 checks passed
@oscarvalenzuelab oscarvalenzuelab deleted the cleanup/remove-unused-precommit-config branch November 6, 2025 01:26
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.

1 participant