From e94582dd1a5532e8a19f1aa6e4e09488c3f48f0d Mon Sep 17 00:00:00 2001 From: Lucas Vieira Date: Fri, 17 Jan 2025 23:43:23 -0300 Subject: [PATCH] fix: formatting uv package manager instructions --- packages/nx-python/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/nx-python/README.md b/packages/nx-python/README.md index 03f6b5f..bb2bde0 100644 --- a/packages/nx-python/README.md +++ b/packages/nx-python/README.md @@ -76,7 +76,6 @@ for Nx 20.x or higher, use the following pattern: > **IMPORTANT**: To use `uv` package manager without workspaces, set the `packageManager` option to `uv` in the `nx.json` file, as shown below: -````json ```json { ... @@ -91,7 +90,7 @@ for Nx 20.x or higher, use the following pattern: ] ... } -```` +``` **NOTE**: The default package manager is `poetry`, but it's automatically detected if the repository is configured to use `uv` workspaces since the `uv.lock` filw will be present in the root directory.