Skip to content

Commit

Permalink
Fix command for installing pre-commit hooks. (#229)
Browse files Browse the repository at this point in the history
`make pre-commit-install` does not exist any longer, `make install-dev` seems to be the right choice now.
  • Loading branch information
carschno committed Oct 30, 2023
1 parent 1b52b04 commit 8183185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To install dependencies and prepare [`pre-commit`](https://pre-commit.com/) hook

```bash
make install
make pre-commit-install
make install-dev
```

To activate your `virtualenv` run `poetry shell`.
Expand Down

0 comments on commit 8183185

Please sign in to comment.