Skip to content

Commit

Permalink
Add pre-commit installation instructions (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft authored Dec 4, 2023
1 parent e0190a1 commit 2471758
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ bin/run-all-tests.sh
```
and not just the component you have been working on as this will help us catch unintentional regressions without spending GH actions minutes :-)

We run [pre-commit](https://pre-commit.com/) as part of the GitHub Actions CI. To install and run it locally, do:

```sh
pip install pre-commit
pre-commit install
```

The configuration can be found in [`.pre-commit-config.yml`](./.pre-commit-config.yaml)

## Assumptions

Expand Down

0 comments on commit 2471758

Please sign in to comment.