Skip to content

Commit c103323

Browse files
authored
fix: directly use tox.json (SchemaStore#5429)
1 parent 96a9f24 commit c103323

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/schema-validation.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
"partial-poe.json", // pyproject.json[tool.poe]
330330
"partial-poetry.json", // pyproject.json[tool.poetry]
331331
"partial-repo-review.json", // pyproject.json[tool.repo-review]
332-
"partial-tox.json", // pyproject.json[tool.tox]
332+
"partial-tox.json", // classic pyproject.json[tool.tox]
333333
"tox.json",
334334
"partial-eslint-plugins.json", // eslintrc.json[rules.*]
335335
"partial-fusion-pack-metadata.json", // minecraft-pack-mcmeta.json[fusion]

src/schemas/json/pyproject.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@
10531053
"description": "Tombi is a toolkit for TOML; providing a formatter/linter and language server"
10541054
},
10551055
"tox": {
1056-
"$ref": "https://json.schemastore.org/partial-tox.json",
1056+
"$ref": "https://json.schemastore.org/tox.json",
10571057
"title": "Testing Framework",
10581058
"description": "Standardized automated testing of Python packages"
10591059
},

0 commit comments

Comments
 (0)