Skip to content

Commit

Permalink
Add details on pre-commit to DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apulsipher authored Oct 30, 2024
1 parent 9ab95e3 commit 9583518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you are thinking about contributing to this project (thank you!) we would lik

- Before submitting a pull request, make sure you have read the [../CODE_OF_CONDUCT.md](../CODE_OF_CONDUCT.md) file.
- Pull requests must be attached to an issue. If there is no issue, create one.
- Make sure you install the pre-commit hooks by running `pre-commit install` in the root of the project. If you don't have pre-commit in your computer, you can follow the installation instructions in the [pre-commit website](https://pre-commit.com/).
- Make sure you install the pre-commit hooks by running `pre-commit install` in the root of the project. If you don't have pre-commit in your computer, you can follow the installation instructions in the [pre-commit website](https://pre-commit.com/). When you commit locally, if pre-commit finds any errors it will abort the commit and make corrections. You will then need to commit again, adding the corrected files. Pre-commit will also run automatically as part of the PR checks and changes won't be merged unless the PR passes all checks.

## Building Container Image
Use the Dockerfile in [`../.devcontainer/`](../.devcontainer/) to build the `epiworld-forecasts` image.
Expand Down

0 comments on commit 9583518

Please sign in to comment.