Skip to content

Commit

Permalink
Change pip to poetry for pre-commit installation
Browse files Browse the repository at this point in the history
According to the review comment, make the pip installs as poetry installs
  • Loading branch information
nijanthanvijayakumar committed Jul 16, 2024
1 parent d89cd31 commit c05af32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ To run spark tests you need to have properly configured Java. Apache Spark curre

We use pre-commit hooks to ensure code quality. The configuration for pre-commit hooks is in the `.pre-commit-config.yaml` file. To install pre-commit, run:
```shell
pip install pre-commit
pre-commit install
poetry shell
poetry run pre-commit install
```
To run pre-commit hooks manually, use:
```shell
Expand Down

0 comments on commit c05af32

Please sign in to comment.