Skip to content

Commit 566ffca

Browse files
Bump pylint to 2.14.5, update changelog
1 parent 1b82319 commit 566ffca

File tree

7 files changed

+198
-197
lines changed

7 files changed

+198
-197
lines changed

doc/user_guide/checkers/features.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1323,8 +1323,8 @@ Verbatim name of the checker is ``spelling``.
13231323
Spelling checker Options
13241324
^^^^^^^^^^^^^^^^^^^^^^^^
13251325
:spelling-dict:
1326-
Spelling dictionary name. Available dictionaries: en_GB (aspell), en_US
1327-
(hunspell), en_AU (aspell), en (aspell), en_CA (aspell).
1326+
Spelling dictionary name. Available dictionaries: none. To make it work,
1327+
install the 'python-enchant' package.
13281328
:spelling-ignore-words:
13291329
List of comma separated words that should not be checked.
13301330
:spelling-private-dict-file:

doc/user_guide/configuration/all-options.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Description:
228228
*Minimum Python version to use for version dependent checks. Will default to the version used to run pylint.*
229229

230230
Default:
231-
``(3, 8)``
231+
``(3, 10)``
232232

233233

234234
--recursive
@@ -334,7 +334,7 @@ Default:
334334
335335
persistent = true
336336
337-
py-version = [3, 8]
337+
py-version = [3, 10]
338338
339339
recursive = false
340340
@@ -1517,7 +1517,7 @@ Default:
15171517
"""""""""""""""
15181518

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

15221522
Default:
15231523
``""``

doc/whatsnew/2/2.14/full.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Full changelog
22
==============
33

4+
45
What's New in Pylint 2.14.5?
56
----------------------------
6-
Release date: TBA
7+
Release date: 2022-07-17
78

89

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

0 commit comments

Comments
 (0)