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
Adding an automatic JSON schema generation of the maturin configuration in pyproject.toml would allow update SchemaStore easily and enable autocompletion and validation in pyproject.toml. Ruff could be taken as an example, as it has an automatic JSON schema generation that use schemars.
Schemars only need to add some macro on the configuration struct.
The generation would be available through a feature.
I am willing and able to implement it.
This feature has been requested on the SchemaStore repo.
Adding an automatic JSON schema generation of the maturin configuration in pyproject.toml would allow update SchemaStore easily and enable autocompletion and validation in pyproject.toml.
Ruff could be taken as an example, as it has an automatic JSON schema generation that use schemars.
Schemars only need to add some macro on the configuration struct.
The generation would be available through a feature.
I am willing and able to implement it.
This feature has been requested on the SchemaStore repo.
The text was updated successfully, but these errors were encountered: