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
582
582
commands.
583
583
584
584
```
585
- pip install poetry --user
585
+ pipx install poetry
586
586
poetry install
587
587
```
588
588
589
589
This project uses [ pre-commit] ( https://pre-commit.com/ ) to format/check all the
590
590
code before each commit automatically.
591
591
592
592
```
593
- pip install pre-commit --user
593
+ pipx install pre-commit
594
594
pre-commit install
595
595
```
596
596
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " tgtg"
3
- version = " 0.18.1 "
3
+ version = " 0.18.2 "
4
4
description = " Unoffical python client for TooGoodToGo API"
5
5
readme = " README.md"
6
6
authors = [
" Anthony Hivert <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments