Skip to content

Commit e563fe4

Browse files
committed
Add docs update for uv
1 parent ad2741b commit e563fe4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/doc/en/developer/tools.rst

+12
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88
Development and Testing Tools
99
=============================
1010

11+
uv
12+
==
13+
14+
`uv <https://docs.astral.sh/uv/>`_ is a versatile tool for
15+
managing and synchronizing project dependencies.
16+
17+
The lockfile `uv.lock` in the root captures the exact package versions for
18+
all systems and ensures consistent, reproducible installations.
19+
It is automatically updated during ``uv`` operations like ``uv add``
20+
and ``uv run``, or explicitly with ``uv lock``.
21+
Moreover, it is periodically updated by `Renovate <https://docs.renovatebot.com/>`_.
22+
1123
.. _section-tools-tox:
1224

1325
Tox

0 commit comments

Comments
 (0)