Skip to content

Commit

Permalink
update and lock requirements using poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Zacchigna committed Apr 18, 2024
1 parent 9846904 commit 1065a8f
Show file tree
Hide file tree
Showing 4 changed files with 1,212 additions and 19 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,14 @@ OR
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install -e .
pre-commit install --hook-type pre-commit --hook-type pre-push
pre-commit install --hook-type pre-commit --hook-type pre-push --install-hooks -t post-checkout -t post-merge
curl -sSL https://install.python-poetry.org | python3 -
pip install poetry-plugin-export
```

> **NOTE:** For either option you will need to have installed poetry in order for pre-commit hooks to work correctly. See
> here for more info: https://python-poetry.org/docs/#installation
* Lint (Run analysis - pre-commit-config)

```bash
Expand Down
Loading

0 comments on commit 1065a8f

Please sign in to comment.