Skip to content

Commit f9eee60

Browse files
gaborbernatgithub-actions[bot]pre-commit-ci[bot]
authored
Update tox JSON Schema to 4.52.0 (SchemaStore#5511)
* Update tox JSON Schema to 4.52.0 * [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 d35ab4f commit f9eee60

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/schemas/json/tox.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,20 @@
555555
],
556556
"description": "fallback python interpreter used when no factor or explicit base_python is defined"
557557
},
558+
"base_python_file": {
559+
"oneOf": [
560+
{
561+
"type": "array",
562+
"items": {
563+
"$ref": "#/definitions/subs"
564+
}
565+
},
566+
{
567+
"type": "string"
568+
}
569+
],
570+
"description": "file(s) containing the Python version to use (e.g. .python-version), first one found wins; used when base_python is not explicitly set and the env name has no Python factor"
571+
},
558572
"base_python": {
559573
"oneOf": [
560574
{

0 commit comments

Comments
 (0)