Robertino Bogart
Robertino Bogart
This PR introduces validation for user input values during the `poetry init` command. It uses the rules defined in the [project-schema.json](https://github.com/python-poetry/poetry-core/blob/002aa3e16f98d21645bb9a45f698b55adc40f317/src/poetry/core/json/schemas/project-schema.json#L10C1-L14C7) schema. These rules are already enforced when running the...
This PR introduces validation for user input values during the `poetry init` command. It uses the rules defined in the [project-schema.json](https://github.com/python-poetry/poetry-core/blob/002aa3e16f98d21645bb9a45f698b55adc40f317/src/poetry/core/json/schemas/project-schema.json#L10C1-L14C7) schema. These rules are already enforced when running the...