-
Notifications
You must be signed in to change notification settings - Fork 104
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
Add instructions for installing the pre-commit hooks #210
Conversation
✅ Deploy Preview for conda-lock ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
CONTRIBUTING.md
Outdated
1. `pip install -e . --no-deps --force-reinstall` | ||
1. `pytest -n auto -vrsx --cov=conda_lock tests` | ||
1. `pre-commit` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be pre-commit install?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe? I thought it installed if you just ran pre-commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope that just runs the default config.
Co-authored-by: Marius van Niekerk <marius.v.niekerk@gmail.com>
…ng other than `pytest`
No description provided.