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

pre-commit install #894

Merged
merged 1 commit into from
Sep 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We actively welcome your pull requests.
3. If you've changed APIs, update the documentation.
4. Ensure the test suite passes.
5. Make sure your code lints.
* This can be done by running `pre-commit install`. This will check the if your code is formatted correctly on each commit.
* This can be done by running `pip install pre-commit; pre-commit install`. This will check the if your code is formatted correctly on each commit.
* Make sure that pre-commit is installed by following the steps in [this website](https://pre-commit.com/).
6. If you haven't already, complete the Contributor License Agreement ("CLA").

Expand Down Expand Up @@ -80,4 +80,4 @@ By contributing to Mephisto, you agree that your contributions will be licensed
under the LICENSE file in the root directory of this source tree.

## Dependencies
To add a python dependency you need to add the dependency as well as its version number to the pyproject.toml file.
To add a python dependency you need to add the dependency as well as its version number to the pyproject.toml file.