Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOsika authored Jun 29, 2023
1 parent 6e6d312 commit 31853a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To enforce this we use [`pre-commit`](https://pre-commit.com/) to run [`black`](
`pre-commit` is part of our `requirements.txt` file so you should already have it installed. If you don't, you can install the library via pip with:

```bash
$ pip install -r requirements.txt
$ pip install -e .

# And then install the `pre-commit` hooks with:

Expand All @@ -34,7 +34,7 @@ $ pre-commit install
pre-commit installed at .git/hooks/pre-commit
```

Or you could just run `make dev-install` to install the dependencies and the hooks!
Or you could just run `make dev-install` to install the dependencies and the hooks.

If you are not familiar with the concept of [git hooks](https://git-scm.com/docs/githooks) and/or [`pre-commit`](https://pre-commit.com/) please read the documentation to understand how they work.

Expand Down

0 comments on commit 31853a6

Please sign in to comment.