fix(poetry): skip if not installed with official script (#989)

* fix(poetry): skip if not installed with official script

* feat(poetry): add poetry_force_self_update config option

* docs: give this config a more detailed explanation

---------

Co-authored-by: Steve Lau <stevelauc@outlook.com>
This commit is contained in:
Andre Toerien
2024-12-07 09:09:52 +02:00
committed by GitHub
parent 4f4dcbb643
commit 305a5fbcae
3 changed files with 97 additions and 1 deletions

View File

@@ -103,6 +103,13 @@
# enable_pipupgrade = true ###disabled by default
# pipupgrade_arguments = "-y -u --pip-path pip" ###disabled by default
# For the poetry step, by default, Topgrade skips its update if poetry is not
# installed with the official script. This configuration entry forces Topgrade
# to run the update in this case.
#
# (default: false)
# poetry_force_self_update = true
[composer]
# self_update = true