Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- [Compatible Language Servers and Tools](#compatible-language-servers-and-tools)
- [`redhat-developer/yaml-language-server`](#redhat-developeryaml-language-server)
- [`tamasfe/taplo`](#tamasfetaplo)
- [`tombi-toml/tombi`](#tombi-toml-tombi)
- [`tombi-toml/tombi](#tombi-toml-tombi)
- [`Microsoft/vscode-json-languageservice`](#microsoftvscode-json-languageservice)
- [Other](#other)
- [Troubleshooting](#troubleshooting)
Expand Down
50 changes: 0 additions & 50 deletions src/schema-validation.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@
"partial-pyright.json",
"pep-723.json",
"pyproject.json",
"pyproject-tools.json",
"sarif-2.1.0-rtm.0.json",
"sarif-2.1.0-rtm.1.json",
"sarif-2.1.0-rtm.2.json",
Expand Down Expand Up @@ -318,7 +317,6 @@
"partial-fusion-texture-metadata.json", // minecraft-texture-mcmeta.json[fusion]
"partial-taskipy.json", // pyproject.json[tool.taskipy]
"poetry.json", // backwards-compat
"pyproject-tools.json",
"setuptools.json", // backwards-compat
"scikit-build.json", // backwards-compat
"azure-deviceupdate-manifest-definitions-4.0.json",
Expand Down Expand Up @@ -1037,7 +1035,6 @@
"partial-taskipy.json",
"partial-tox.json",
"poetry.json",
"pyproject-tools.json",
"ruff.json",
"tombi.json",
"uv.json",
Expand Down Expand Up @@ -1090,53 +1087,6 @@
"externalSchema": ["base.json"]
},
"pyproject.json": {
"externalSchema": [
"hatch.json",
"maturin.json",
"partial-black.json",
"partial-cibuildwheel.json",
"partial-mypy.json",
"partial-pdm.json",
"partial-pdm-dockerize.json",
"partial-poe.json",
"partial-poetry.json",
"partial-pyright.json",
"partial-repo-review.json",
"partial-scikit-build.json",
"partial-setuptools.json",
"partial-setuptools-scm.json",
"partial-taskipy.json",
"partial-tox.json",
"poetry.json",
"pyproject-tools.json",
"ruff.json",
"tombi.json",
"uv.json",
"base.json"
],
"unknownFormat": [
"uint16",
"uint8",
"uint",
"int",
"python-module-name",
"pep508-identifier",
"python-qualified-identifier",
"python-identifier",
"pep561-stub-name"
],
"unknownKeywords": [
"markdownDescription",
"x-taplo",
"x-taplo-info",
"x-tombi-toml-version",
"x-tombi-table-keys-order",
"x-tombi-array-values-order",
"x-intellij-html-description",
"x-intellij-language-injection"
]
},
"pyproject-tools.json": {
"externalSchema": [
"hatch.json",
"maturin.json",
Expand Down
9 changes: 9 additions & 0 deletions src/schemas/json/bitrise.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,15 @@
},
"run_if": {
"$ref": "#/definitions/GraphPipelineWorkflowRunIfModel"
},
"parallel": {
"oneOf": [{ "type": "integer" }, { "type": "string" }]
},
"uses": {
"type": "string"
},
"inputs": {
"$ref": "#/definitions/EnvModel"
}
},
"additionalProperties": false,
Expand Down
7 changes: 0 additions & 7 deletions src/schemas/json/cargo.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@
}
}
},
"additionalProperties": false,
"x-tombi-table-keys-order": "ascending"
},
"Edition": {
Expand Down Expand Up @@ -812,7 +811,6 @@
}
}
},
"additionalProperties": false,
"x-tombi-table-keys-order": "schema"
},
"BuildOverride": {
Expand Down Expand Up @@ -844,7 +842,6 @@
"$ref": "#/definitions/Profile"
}
},
"additionalProperties": false,
"x-tombi-table-keys-order": "schema"
}
]
Expand Down Expand Up @@ -938,7 +935,6 @@
}
}
},
"additionalProperties": false,
"x-tombi-table-keys-order": "schema"
},
"Profiles": {
Expand Down Expand Up @@ -1221,7 +1217,6 @@
}
}
},
"additionalProperties": false,
"x-tombi-table-keys-order": "schema"
},
"Workspace": {
Expand Down Expand Up @@ -1342,7 +1337,6 @@
"$ref": "#/definitions/Publish"
}
},
"additionalProperties": false,
"x-tombi-table-keys-order": "schema",
"x-taplo": {
"links": {
Expand Down Expand Up @@ -1383,7 +1377,6 @@
}
}
},
"additionalProperties": false,
"x-tombi-table-keys-order": "schema",
"x-taplo": {
"links": {
Expand Down
86 changes: 85 additions & 1 deletion src/schemas/json/pep-723.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,91 @@
"examples": [["attrs", "requests ~= 2.28"]]
},
"tool": {
"$ref": "https://json.schemastore.org/pyproject-tools.json"
"type": "object",
"additionalProperties": {
"type": "object"
},
"title": "Tool-specific configuration",
"description": "Every tool that is used by the project can have users specify configuration data as long as they use a sub-table within `[tool]`. Generally a project can use the subtable `tool.$NAME` if, and only if, they own the entry for `$NAME` in the Cheeseshop/PyPI.",
"markdownDescription": "Every tool that is used by the project can have users specify configuration data as long as they use a sub-table within `[tool]`. Generally a project can use the subtable `tool.$NAME` if, and only if, they own the entry for `$NAME` in the Cheeseshop/PyPI.",
"x-intellij-html-description": "<p>Every tool that is used by the project can have users specify configuration data as long as they use a sub-table within <code>[tool]</code>. Generally a project can use the subtable <code>tool.$NAME</code> if, and only if, they own the entry for <code>$NAME</code> in the Cheeseshop/PyPI.</p>",
"x-taplo": {
"links": {
"key": "https://packaging.python.org/en/latest/specifications/pyproject-toml/#arbitrary-tool-configuration-the-tool-table"
}
},
"x-tombi-table-keys-order": "ascending",
"properties": {
"black": {
"$ref": "https://json.schemastore.org/partial-black.json"
},
"cibuildwheel": {
"$ref": "https://json.schemastore.org/partial-cibuildwheel.json"
},
"mypy": {
"$ref": "https://json.schemastore.org/partial-mypy.json"
},
"ruff": {
"$ref": "https://json.schemastore.org/ruff.json"
},
"hatch": {
"$ref": "https://json.schemastore.org/hatch.json"
},
"maturin": {
"$ref": "https://json.schemastore.org/maturin.json",
"title": "Maturin",
"description": "Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages"
},
"scikit-build": {
"$ref": "https://json.schemastore.org/partial-scikit-build.json"
},
"setuptools": {
"$ref": "https://json.schemastore.org/partial-setuptools.json"
},
"setuptools_scm": {
"$ref": "https://json.schemastore.org/partial-setuptools-scm.json"
},
"poe": {
"$ref": "https://json.schemastore.org/partial-poe.json"
},
"poetry": {
"$ref": "https://json.schemastore.org/partial-poetry.json"
},
"pdm": {
"$ref": "https://json.schemastore.org/partial-pdm.json"
},
"pyright": {
"$ref": "https://json.schemastore.org/partial-pyright.json"
},
"repo-review": {
"$ref": "https://json.schemastore.org/partial-repo-review.json"
},
"taskipy": {
"$ref": "https://json.schemastore.org/partial-taskipy.json",
"title": "Task Runner",
"description": "The complementary task runner for python."
},
"tombi": {
"$ref": "https://json.schemastore.org/tombi.json",
"title": "TOML Toolkit",
"description": "Tombi (鳶) is a toolkit for TOML; providing a formatter/linter and language server"
},
"tox": {
"$ref": "https://json.schemastore.org/partial-tox.json"
},
"uv": {
"$ref": "https://json.schemastore.org/uv.json"
}
},
"examples": [
{
"tool": {
"isort": {
"profile": "black"
}
}
}
]
}
}
}
89 changes: 0 additions & 89 deletions src/schemas/json/pyproject-tools.json

This file was deleted.

Loading