We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecca51 commit ac0c5b0Copy full SHA for ac0c5b0
1 file changed
manual/sphinx/developer_docs/contributing.rst
@@ -224,6 +224,14 @@ The quickest way to run all the formatters on a PR at once is typically:
224
225
This will run all our formatters on files that have changed since ``next``.
226
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
235
Install Pre-Commit Hooks (Optional but recommended)
236
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
237
0 commit comments