Skip to content

Commit

Permalink
feat: add maturin. (#4454)
Browse files Browse the repository at this point in the history
* feat: add maturin.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
yassun7010 and pre-commit-ci[bot] authored Feb 17, 2025
1 parent 824f523 commit 655dd0d
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -1008,6 +1008,7 @@
"pyproject.json": {
"externalSchema": [
"hatch.json",
"maturin.json",
"partial-black.json",
"partial-cibuildwheel.json",
"partial-mypy.json",
Expand Down
5 changes: 5 additions & 0 deletions src/schemas/json/pyproject.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@
"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"
},
Expand Down

0 comments on commit 655dd0d

Please sign in to comment.