Skip to content

Commit f61a8fe

Browse files
committed
note about the uv lock file with reference
1 parent 9ca8194 commit f61a8fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mkdocs/docs/contributing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ For full control over your environment, you can use uv commands directly. See th
9292

9393
### Lock File Management
9494

95+
`uv.lock` is a cross-platform lockfile that contains exact information about the project's dependencies.
96+
See the [uv.lock documentation](https://docs.astral.sh/uv/guides/projects/#uvlock) for more details.
97+
9598
When modifying dependencies in `pyproject.toml`, regenerate the lock file:
9699

97100
```bash

0 commit comments

Comments
 (0)