Skip to content

Commit ab6286b

Browse files
authored
Merge pull request #129 from per1234/fix-poetry-sync
Update poetry:sync task for Poetry 2.0.0 CLI
2 parents 042991f + cda2ca4 commit ab6286b

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

Taskfile.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ tasks:
220220
- |
221221
poetry \
222222
lock \
223-
--no-cache \
224-
--no-update
223+
--no-cache
225224
226225
poetry:validate:
227226
desc: Validate pyproject.toml

poetry.lock

+26-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)