Skip to content

Commit

Permalink
Migration to Poetry (PR #6)
Browse files Browse the repository at this point in the history
Migrate python dependencies manager to Poetry (https://python-poetry.org/)

This is used to install pre-commit (https://pre-commit.com/) in dev environment to execute tests before push to the repo.
  • Loading branch information
minayaserrano authored Oct 21, 2024
2 parents 01f9a1d + d95d158 commit 23bd30a
Show file tree
Hide file tree
Showing 5 changed files with 199 additions and 153 deletions.
12 changes: 0 additions & 12 deletions Pipfile

This file was deleted.

140 changes: 0 additions & 140 deletions Pipfile.lock

This file was deleted.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ If you'd like to contribute, please fork the repository and use a feature branch

## Licensing

The code in this project is licensed under MIT license.
The code in this project is licensed under MIT license.

## Development environment: Pre-commit instalation
poetry install --no-root
pre-commit install
Loading

0 comments on commit 23bd30a

Please sign in to comment.