Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 1 addition & 18 deletions src/schemas/json/partial-tox.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,5 @@
"$ref": "https://json.schemastore.org/tox.json"
}
],
"properties": {
"legacy_tox_ini": {
"type": "string",
"title": "Tox configuration in ini format",
"description": "This is equivalent to tox.ini format, with the difference that the text is stored instead inside the pyproject.toml file under the tool.tox table and legacy_tox_ini key.",
"markdownDescription": "This is equivalent to `tox.ini` format, with the difference that the text is stored instead inside the `pyproject.toml` file under the `tool.tox` table and `legacy_tox_ini` key.",
"x-intellij-html-description": "<p>This is equivalent to <code>tox.ini</code> format, with the difference that the text is stored instead inside the <code>pyproject.toml</code> file under the <code>tool.tox</code> table and <code>legacy_tox_ini</code> key.</p>",
"x-intellij-language-injection": "ini",
"x-taplo": {
"links": {
"key": "https://tox.wiki/en/stable/config.html#pyproject-toml-ini"
}
},
"examples": [
"[tool.tox]\nlegacy_tox_ini = \"\"\"\n[tox]\nenvlist = py38\n[testenv]\ncommands = pytest\n\"\"\""
]
}
}
"additionalProperties": true
}