You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Since the release of Poetry v2, the schema of [tool.poetry] has been deprecated in favor of the standard [project] metadata definitions in the pyproject.toml file.
In a project that has been migrated to this new major, I get the following false positive errors (using the Even Better TOML VSCode extensions:
"name" is a required propertyEven Better TOML
"version" is a required propertyEven Better TOML
"description" is a required propertyEven Better TOML
"authors" is a required propertyEven Better TOML
I suppose the scheme needs updating? Thank you very much.
The text was updated successfully, but these errors were encountered:
Hi,
Since the release of Poetry v2, the schema of
[tool.poetry]
has been deprecated in favor of the standard[project]
metadata definitions in thepyproject.toml
file.In a project that has been migrated to this new major, I get the following false positive errors (using the
Even Better TOML
VSCode extensions:I suppose the scheme needs updating? Thank you very much.
The text was updated successfully, but these errors were encountered: