File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -582,15 +582,15 @@ This project uses poetry so you will need to install poetry locally to use follo
582582commands.
583583
584584```
585- pip install poetry --user
585+ pipx install poetry
586586poetry install
587587```
588588
589589This project uses [ pre-commit] ( https://pre-commit.com/ ) to format/check all the
590590code before each commit automatically.
591591
592592```
593- pip install pre-commit --user
593+ pipx install pre-commit
594594pre-commit install
595595```
596596
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tgtg"
3- version = " 0.18.1 "
3+ version = " 0.18.2 "
44description = " Unoffical python client for TooGoodToGo API"
55readme = " README.md"
66authors = [" Anthony Hivert <anthony.hivert@gmail.com>" ]
You can’t perform that action at this time.
0 commit comments