Skip to content

Commit

Permalink
Docs on pre-commit: add uv tool reference
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Nov 15, 2024
1 parent 3e64e28 commit 35b9517
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ Pre-commit set up
- The simplest option is to install it directly in the *virtual environment*
you are using for openEO Python client development (e.g. ``pip install pre-commit``).
- You can also install it *globally* on your system
(e.g. using `pipx <https://pipx.pypa.io/>`_, conda, homebrew, ...)
(e.g. using `pipx <https://pipx.pypa.io/>`_,
`uv tool <https://docs.astral.sh/uv/concepts/tools/>`_,
conda, homebrew, ...)
so you can use it across different projects.

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

0 comments on commit 35b9517

Please sign in to comment.