From 4ca5770ba13677eadb18e51afdf49828c0caaabb Mon Sep 17 00:00:00 2001 From: konstin Date: Wed, 16 Jul 2025 12:06:53 +0200 Subject: [PATCH] Update JSON schema --- uv.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv.schema.json b/uv.schema.json index 5b01aaed7..3dd626452 100644 --- a/uv.schema.json +++ b/uv.schema.json @@ -215,7 +215,7 @@ ] }, "extra-build-dependencies": { - "description": "Additional build dependencies for dependencies.\n\nThis is intended for enabling more packages to be built with build-isolation, by adding dependencies that they ambiently assume to exist (`setuptools` and `pip` being common).", + "description": "Additional build dependencies for dependencies.\n\nThis is intended for enabling more packages to be built with\nbuild-isolation, by adding dependencies that they ambiently\nassume to exist (`setuptools` and `pip` being common).", "anyOf": [ { "$ref": "#/definitions/ToolUvExtraBuildDependencies" @@ -1299,7 +1299,7 @@ } }, "extra-build-dependencies": { - "description": "Additional build dependencies for dependencies.\n\nThis is intended for enabling more packages to be built with build-isolation, by adding dependencies that they ambiently assume to exist (`setuptools` and `pip` being common).", + "description": "Additional build dependencies for dependencies.\n\nThis is intended for enabling more packages to be built with\nbuild-isolation, by adding dependencies that they ambiently\nassume to exist (`setuptools` and `pip` being common).", "type": [ "object", "null"