Skip to content

Commit

Permalink
fix: formatting uv package manager instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvieirasilva committed Jan 18, 2025
1 parent de80e3b commit e94582d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/nx-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
...
Expand All @@ -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.

Expand Down

0 comments on commit e94582d

Please sign in to comment.