diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-04-26 09:51:22 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-04-28 13:09:08 +0200 |
commit | 7dd8d5158ef4dc7cc2dc732c60b8760894cbb47e (patch) | |
tree | 38aa60dc05e2aec6640a38ced41d211854fddce7 /doc/development_guide | |
parent | 72b9e83d0e48545a3cb5db18e0c724ec406ce9c2 (diff) | |
download | pylint-git-7dd8d5158ef4dc7cc2dc732c60b8760894cbb47e.tar.gz |
Fix the pyenchant dependencie following #6440
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'doc/development_guide')
-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: |