Skip to content

Commit 35b9517

Browse files
committed
Docs on pre-commit: add uv tool reference
1 parent 3e64e28 commit 35b9517

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/development.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ Pre-commit set up
134134
- The simplest option is to install it directly in the *virtual environment*
135135
you are using for openEO Python client development (e.g. ``pip install pre-commit``).
136136
- You can also install it *globally* on your system
137-
(e.g. using `pipx <https://pipx.pypa.io/>`_, conda, homebrew, ...)
137+
(e.g. using `pipx <https://pipx.pypa.io/>`_,
138+
`uv tool <https://docs.astral.sh/uv/concepts/tools/>`_,
139+
conda, homebrew, ...)
138140
so you can use it across different projects.
139141

140142
- Install the project specific git hook scripts by running this in the root of your local git clone:

0 commit comments

Comments
 (0)