diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 2ec24a426d330..f88a12979a441 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -408,7 +408,7 @@ these guidelines: Sphinx compatible standards. - Make sure your code fulfills all the - `static code checks `__ we have in our code. The easiest way + `static code checks `__ we have in our code. The easiest way to make sure of that is to use `pre-commit hooks `__ - Run tests locally before opening PR.