Skip to content

Conversation

@yingyangxu2026
Copy link
Collaborator

Description

Add pre-commit check

  • Install pre-commit (to enable git hooks):
    • Option A (Homebrew): brew install pre-commit
    • Option B (pipx): brew install pipx && pipx ensurepath && pipx install pre-commit
  • Enable git hooks: pre-commit install
    • Verify: confirm ./.git/hooks/pre-commit exists, or run pre-commit --version

@bonnie57
Copy link
Collaborator

Could you see the pr? If you want to add pre-commit, we should use an npm package to manage dependencies instead of brew or pipx

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.

3 participants