Skip to content

Commit

Permalink
Bump pylint to 2.14.5, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jul 17, 2022
1 parent 1b82319 commit 566ffca
Show file tree
Hide file tree
Showing 7 changed files with 198 additions and 197 deletions.
4 changes: 2 additions & 2 deletions doc/user_guide/checkers/features.rst
Expand Up @@ -1323,8 +1323,8 @@ Verbatim name of the checker is ``spelling``.
Spelling checker Options
^^^^^^^^^^^^^^^^^^^^^^^^
:spelling-dict:
Spelling dictionary name. Available dictionaries: en_GB (aspell), en_US
(hunspell), en_AU (aspell), en (aspell), en_CA (aspell).
Spelling dictionary name. Available dictionaries: none. To make it work,
install the 'python-enchant' package.
:spelling-ignore-words:
List of comma separated words that should not be checked.
:spelling-private-dict-file:
Expand Down
6 changes: 3 additions & 3 deletions doc/user_guide/configuration/all-options.rst
Expand Up @@ -228,7 +228,7 @@ Description:
*Minimum Python version to use for version dependent checks. Will default to the version used to run pylint.*

Default:
``(3, 8)``
``(3, 10)``


--recursive
Expand Down Expand Up @@ -334,7 +334,7 @@ Default:
persistent = true
py-version = [3, 8]
py-version = [3, 10]
recursive = false
Expand Down Expand Up @@ -1517,7 +1517,7 @@ Default:
"""""""""""""""

Description:
*Spelling dictionary name. Available dictionaries: en_GB (aspell), en_US (hunspell), en_AU (aspell), en (aspell), en_CA (aspell).*
*Spelling dictionary name. Available dictionaries: none. To make it work, install the 'python-enchant' package.*

Default:
``""``
Expand Down
3 changes: 2 additions & 1 deletion doc/whatsnew/2/2.14/full.rst
@@ -1,9 +1,10 @@
Full changelog
==============


What's New in Pylint 2.14.5?
----------------------------
Release date: TBA
Release date: 2022-07-17


* Fixed a crash in the ``undefined-loop-variable`` check when ``enumerate()`` is used
Expand Down

0 comments on commit 566ffca

Please sign in to comment.