-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug? tool.poetry.packages[0]
must not contain {'to'} properties
#177
Comments
I believe in this case, the definitions are coming from https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/partial-poetry.json . It might be worth it to double-check if that spec makes sense (sorry, I have not used poetry many times). |
The is fairly new: https://python-poetry.org/history/#180---2024-02-25 and needs to be updated in SchemaStore. Contributions usually welcome (also can open an issue there). |
Made SchemaStore/schemastore#3807 to match python-poetry/poetry-core#672, closing this out |
From https://python-poetry.org/docs/pyproject/#packages:
However, when I have a
to
in mypyproject.toml
'spackages
like this:With
validate-pyproject
v0.18 I get:Is this a bug in
validate-pyproject
? And if not, why isto
disallowed?The text was updated successfully, but these errors were encountered: