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

Automatically add CLI to path #23

Open
mateusoliveira43 opened this issue Sep 12, 2022 · 0 comments
Open

Automatically add CLI to path #23

mateusoliveira43 opened this issue Sep 12, 2022 · 0 comments

Comments

@mateusoliveira43
Copy link
Owner

pre-commit does not have a post-clone stage yet, this snippet would trigger after running git checkout

- repo: local
    hooks:
    - id: post-checkout-local
      name: Add CLI to path
      entry: pip install -e ./
      always_run: true
      stages: [post-checkout]
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

No branches or pull requests

1 participant