Skip to content

Commit ac0c5b0

Browse files
committed
Add docs for updating uv tools
1 parent 1ecca51 commit ac0c5b0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

manual/sphinx/developer_docs/contributing.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,14 @@ The quickest way to run all the formatters on a PR at once is typically:
224224
225225
This will run all our formatters on files that have changed since ``next``.
226226

227+
The tools can be updated with:
228+
229+
.. code-block:: console
230+
231+
uv lock -U
232+
uv tool run sync-with-uv
233+
234+
227235
Install Pre-Commit Hooks (Optional but recommended)
228236
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
229237

0 commit comments

Comments
 (0)