WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

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.

2 participants