diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0cee5aad87..980a6468bc 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -279,7 +279,7 @@ Step 4: Prepare PR * Run the tests in `Breeze `__. - * Run and fix all the `static checks `__. If you have + * Run and fix all the `static checks `__. If you have `pre-commits installed `__, this step is automatically run while you are committing your code. If not, you can do it manually via ``git add`` and then ``pre-commit run``.