Skip to content

local-configurations VS global-configurations, which takes precedence #10329

@nhadziosma1

Description

@nhadziosma1

Issue Kind

Unclear documentation

Existing Link

https://python-poetry.org/docs/configuration/

Description

It is clearly stated in your documentation that poetry can be configured both locally and globally:

  • The file poetry.toml stores local-configurations of poetry.
  • The file config.toml stores the global-configurations of poetry.

However, the documentation does not specify what would happen if the same configuration (i.e. setting) was set in both files (i.e. both globally and locally) to a different option. My guess is that the local-configuration (i.e. the configuration in the poetry.toml file) would take precedence/advantage, but I am not sure, since it is not mentioned in the documentation.

Metadata

Metadata

Assignees

Labels

area/docsDocumentation issues/improvements

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions