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
Having a JSON schema for the config file (.pyre_configuration) would be beneficial. This would not only facilitate easier editing of configurations but could also enable auto-generation of documentation tables or other useful outputs.
Schemas can be integrated using the $schema key to enable editor completions:
Having a JSON schema for the config file (
.pyre_configuration
) would be beneficial. This would not only facilitate easier editing of configurations but could also enable auto-generation of documentation tables or other useful outputs.Schemas can be integrated using the
$schema
key to enable editor completions:For comparison, pyright already has a configuration schema here: https://github.com/microsoft/pyright/blob/main/packages/vscode-pyright/schemas/pyrightconfig.schema.json
Resources for creating a schema:
The text was updated successfully, but these errors were encountered: