Skip to content

Commit 6ea6a7d

Browse files
gaborbernatgithub-actions[bot]pre-commit-ci[bot]
authored
Update tox JSON Schema to 4.46.2 (#5414)
* Update tox JSON Schema to 4.46.3 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2c3e6be commit 6ea6a7d

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

src/schemas/json/partial-tox.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,5 @@
99
"$ref": "https://json.schemastore.org/tox.json"
1010
}
1111
],
12-
"properties": {
13-
"legacy_tox_ini": {
14-
"type": "string",
15-
"title": "Tox configuration in ini format",
16-
"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.",
17-
"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.",
18-
"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>",
19-
"x-intellij-language-injection": "ini",
20-
"x-taplo": {
21-
"links": {
22-
"key": "https://tox.wiki/en/stable/config.html#pyproject-toml-ini"
23-
}
24-
},
25-
"examples": [
26-
"[tool.tox]\nlegacy_tox_ini = \"\"\"\n[tox]\nenvlist = py38\n[testenv]\ncommands = pytest\n\"\"\""
27-
]
28-
}
29-
}
12+
"additionalProperties": true
3013
}

0 commit comments

Comments
 (0)