We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca8194 commit f61a8feCopy full SHA for f61a8fe
1 file changed
mkdocs/docs/contributing.md
@@ -92,6 +92,9 @@ For full control over your environment, you can use uv commands directly. See th
92
93
### Lock File Management
94
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
+
98
When modifying dependencies in `pyproject.toml`, regenerate the lock file:
99
100
```bash
0 commit comments