blob: 62cc329df1446e0bbd77fdff71ea127f9d4662a0 [file] [edit]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://pyrefly.org/schemas/pyproject-tool-pyrefly.json",
"title": "Pyrefly Configuration in pyproject.toml",
"description": "Configuration for Pyrefly under the [tool.pyrefly] section in pyproject.toml",
"type": "object",
"properties": {
"tool": {
"type": "object",
"properties": {
"pyrefly": {
"$ref": "pyrefly.json"
}
}
}
}
}