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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user