Add pre-commit intstructions
This commit is contained in:
parent
39f672cb21
commit
e58af1a092
1 changed files with 8 additions and 0 deletions
|
|
@ -31,3 +31,11 @@ This pipeline run daily at `0:0` to generate a `packages.json`,
|
||||||
``` bash
|
``` bash
|
||||||
pip install -e ".[dev]"
|
pip install -e ".[dev]"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This project includes a `pre-commit-config`, this ensures that each commit made
|
||||||
|
to the project passes all checks that are also ran in CI. To setup pre-commit
|
||||||
|
in your development environment run the follow command.
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
pre-commit install
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue