Skip to content

Commit

Permalink
feat: add "x-tombi-table-keys-order-by" to pyproject.toml (#4485)
Browse files Browse the repository at this point in the history
* feat: add "x-tombi-table-keys-order-by" to pyproject.toml

* fix: ci.
  • Loading branch information
yassun7010 authored Feb 24, 2025
1 parent db6b319 commit 39e1be2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/schema-validation.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,7 @@
"x-taplo",
"x-taplo-info",
"x-tombi-toml-version",
"x-tombi-table-keys-order-by",
"x-intellij-html-description",
"x-intellij-language-injection"
]
Expand Down
3 changes: 3 additions & 0 deletions src/schemas/json/pyproject.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"key": "https://packaging.python.org/en/latest/specifications/pyproject-toml/#arbitrary-tool-configuration-the-tool-table"
}
},
"x-tombi-table-keys-order-by": "ascending",
"properties": {
"black": {
"$ref": "https://json.schemastore.org/partial-black.json"
Expand Down Expand Up @@ -567,6 +568,7 @@
},
"optional-dependencies": {
"type": "object",
"x-tombi-table-keys-order-by": "ascending",
"patternProperties": {
"^([a-z\\d]|[a-z\\d]([a-z\\d-](?!--))*[a-z\\d])$": {
"type": "array",
Expand Down Expand Up @@ -871,6 +873,7 @@
"description": "Named groups of dependencies, similar to `requirements.txt` files, which launchers, IDEs, and other tools can find and identify by name. Each item in `[dependency-groups]` is defined as mapping of group name to list of [dependency specifiers](https://packaging.python.org/en/latest/specifications/dependency-specifiers/).",
"markdownDescription": "Named groups of dependencies, similar to `requirements.txt` files, which launchers, IDEs, and other tools can find and identify by name. Each item in `[dependency-groups]` is defined as mapping of group name to list of [dependency specifiers](https://packaging.python.org/en/latest/specifications/dependency-specifiers/).",
"x-intellij-html-description": "<p>Named groups of dependencies, similar to <code>requirements.txt</code> files, which launchers, IDEs, and other tools can find and identify by name. Each item in <code>[dependency-groups]</code> is defined as mapping of group name to list of <a href=\"https://packaging.python.org/en/latest/specifications/dependency-specifiers/\">dependency specifiers</a>.</p>",
"x-tombi-table-keys-order-by": "ascending",
"x-taplo": {
"links": {
"key": "https://peps.python.org/pep-0735/"
Expand Down

0 comments on commit 39e1be2

Please sign in to comment.