We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2741b commit e563fe4Copy full SHA for e563fe4
src/doc/en/developer/tools.rst
@@ -8,6 +8,18 @@
8
Development and Testing Tools
9
=============================
10
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
23
.. _section-tools-tox:
24
25
Tox
0 commit comments