Skip to content

Commit

Permalink
Adds install instructions for the pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Dec 8, 2023
1 parent e8a9b26 commit e8c04ef
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 @@ -62,6 +62,14 @@ python -m pip install -e .
python -m pip install -e ".[dev]"
```

There is also a [pre-commit hook](https://pre-commit.com/#intro) available
which formats the code and checks the linting before actually commiting.
It can be installed with
```shell
pre-commit install
```
from the root of this repository.

## Test this software

Especially relevant for developers, there exists a basic test framework written in
Expand Down

0 comments on commit e8c04ef

Please sign in to comment.