diff --git a/development.rst b/development.rst index 71e325be7c79dcce7f437f70f18281b8c2dcc20d..4d029e42a767aa17d4ddc14a3bf76d3cd3f9d8d9 100644 --- a/development.rst +++ b/development.rst @@ -8,6 +8,7 @@ The project uses `pre-commit <https://pre-commit.com/>`__ to run some checks bef Install pre-commit by running the following command:: pip install pre-commit + To setup the pre-commit hooks, run the following command from the root of the project:: pre-commit install