diff options
Diffstat (limited to 'doc/development_guide/contribute.rst')
-rw-r--r-- | doc/development_guide/contribute.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development_guide/contribute.rst b/doc/development_guide/contribute.rst index 1d1b00813..cdf843452 100644 --- a/doc/development_guide/contribute.rst +++ b/doc/development_guide/contribute.rst @@ -71,7 +71,7 @@ of Pylint as it gives you access to the latest ``ast`` parser. For more information on how to use our test suite and write new tests see :ref:`testing`. -- ``pylint`` uses black_ and isort_ among other Python autoformatters. +- ``pylint`` uses black_ and isort_ among other Python auto-formatters. We have a pre-commit hook which should take care of the autoformatting for you. To enable it, do the following: |