python-poetry / python-poetry/poetry
Offer Some Way to Validate poetry.toml
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 34.3k
- Forks
- 2.5k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 30
Description
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have searched the documentation and believe that my question is not covered.
Feature Request
poetry check is great for validating pyproject.toml. It would be helpful to have some way to validate poetry.toml as well. poetry check could validate both files by default, and a new optional option could be introduced to specify the path to the file to check.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the existing poetry check CLI command and its documentation entry. Determine how it currently validates pyproject.toml, then define how poetry.toml validation and an optional file path should behave; done means the command validates the intended file or files and the relevant checks are covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100