diff --git a/docs-python/dev/getting-started/developing/index.html b/docs-python/dev/getting-started/developing/index.html index cfc3ad419..d70f65078 100644 --- a/docs-python/dev/getting-started/developing/index.html +++ b/docs-python/dev/getting-started/developing/index.html @@ -2366,7 +2366,7 @@
1) Set up your Python environment
-Create a virtual Python environment using a tool of your choice. +
Create a virtual Python environment using a tool of your choice. To manage dependencies, we use Poetry, so please install poetry in your local environment, e.g. via
pip install poetry
The pre-commit hook is run before every commit and takes care about code style, linting, type hints, import sorting, etc. It will stop your commit in case the changes do not apply the expected format. -Always check to have the recent version of the pre-commit hook installed otherwise the CI build might fail. +Always check to have the recent version of the pre-commit hook installed otherwise the CI build might fail. If you are interested, you can have a deeper look on the underlying library: pre-commit.
pre-commit install