Skip to content

Commit 2dfff17

Browse files
Bump pylint to 2.14.0-b0, update changelog (#6527)
Update contributors and create release summary
1 parent 7c91521 commit 2dfff17

File tree

9 files changed

+150
-103
lines changed

9 files changed

+150
-103
lines changed

CONTRIBUTORS.txt

+17-11
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Maintainers
1919
- Marc Mueller <[email protected]>
2020
- Hippo91 <[email protected]>
2121
- Jacob Walls <[email protected]>
22+
- Andreas Finkler <[email protected]>
2223
- Łukasz Rogalski <[email protected]>
2324
- Ashley Whetter <[email protected]>
2425
- Bryce Guinta <[email protected]>
25-
- Andreas Finkler <[email protected]>
2626
- Yu Shao, Pang <[email protected]>
2727
- Dimitri Prybysh <[email protected]>
2828
* multiple-imports, not-iterable, not-a-mapping, various patches.
@@ -50,6 +50,7 @@ contributors:
5050
* wrong-spelling-in-comment
5151
* wrong-spelling-in-docstring
5252
* parallel execution on multiple CPUs
53+
- Matus Valo <[email protected]>
5354
- Bruno Daniel <[email protected]>: check_docs extension.
5455
- Sushobhit <[email protected]> (sushobhit27)
5556
* Added new check 'comparison-with-itself'.
@@ -75,6 +76,7 @@ contributors:
7576
* redefined-variable-type
7677
- Alexandre Fayolle <[email protected]> (Logilab): TkInter gui, documentation, debian support
7778
- Nick Drozd <[email protected]>: performance improvements to astroid
79+
- Mark Byrne <[email protected]>
7880
- Julien Cristau <[email protected]> (Logilab): python 3 support
7981
- Adrien Di Mascio <[email protected]>
8082
- Frank Harrison <[email protected]> (doublethefish)
@@ -87,23 +89,25 @@ contributors:
8789
* Fix consider-using-ternary for 'True and True and True or True' case
8890
* Add bad-docstring-quotes and docstring-first-line-empty
8991
- Ville Skyttä <[email protected]>
90-
- Matus Valo <[email protected]>
9192
- Pierre-Yves David <[email protected]>
9293
- David Shea <[email protected]>: invalid sequence and slice index
93-
- Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
94+
- Gunung P. Wibisono <55311527+gunungpw@users.noreply.github.com>
9495
- Derek Gustafson <[email protected]>
9596
- Cezar Elnazli <[email protected]>: deprecated-method
97+
- Joseph Young <[email protected]> (jpy-git)
9698
- Nicolas Chauvat <[email protected]>
9799
- Radu Ciorba <[email protected]>: not-context-manager and confusing-with-statement warnings.
98100
- Holger Peters <[email protected]>
99101
- Cosmin Poieană <[email protected]>: unichr-builtin and improvements to bad-open-mode.
102+
- Tim Martin <[email protected]>
100103
- Steven Myint <[email protected]>: duplicate-except.
101104
- Peter Kolbus <[email protected]> (Garmin)
102105
- Luigi Bertaco Cristofolini <[email protected]> (luigibertaco)
103106
- Glenn Matthews <[email protected]>:
104107
* autogenerated documentation for optional extensions,
105108
* bug fixes and enhancements for docparams (née check_docs) extension
106109
- Vlad Temian <[email protected]>: redundant-unittest-assert and the JSON reporter.
110+
- Tushar Sadhwani <[email protected]> (tusharsadhwani)
107111
- Julien Jehannet <[email protected]>
108112
- Boris Feld <[email protected]>
109113
- Anthony Sottile <[email protected]>
@@ -115,14 +119,13 @@ contributors:
115119
* Added new check `logging-fstring-interpolation`
116120
* Documentation typo fixes
117121
- Jakub Wilk <[email protected]>
122+
- Eli Fine <[email protected]> (eli88fine): Fixed false positive duplicate code warning for lines with symbols only
123+
- Andrew Haigh <[email protected]> (nelfin)
118124
- Émile Crater <[email protected]>
125+
- orSolocate <[email protected]>
119126
- Pavel Roskin <[email protected]>
120-
- Eli Fine <[email protected]> (eli88fine): Fixed false positive duplicate code warning for lines with symbols only
121127
- David Gilman <[email protected]>
122-
- Andrew Haigh <[email protected]> (nelfin)
123128
- へーさん <[email protected]>
124-
- orSolocate <[email protected]>
125-
- Tushar Sadhwani <[email protected]> (tusharsadhwani)
126129
- Thomas Hisch <[email protected]>
127130
- Marianna Polatoglou <[email protected]>: minor contribution for wildcard import check
128131
- Manuel Vázquez Acosta <[email protected]>
@@ -141,7 +144,6 @@ contributors:
141144
* Added new useless-return checker,
142145
* Added new try-except-raise checker
143146
- Téo Bouvard <[email protected]>
144-
- Tim Martin <[email protected]>
145147
- Mihai Balint <[email protected]>
146148
- Mark Bell <[email protected]>
147149
- Konstantina Saketou <[email protected]>
@@ -154,6 +156,7 @@ contributors:
154156
- Aru Sahni <[email protected]>: Git ignoring, regex-based ignores
155157
- Andreas Freimuth <[email protected]>: fix indentation checking with tabs
156158
- Alexandru Coman <[email protected]>
159+
- jpkotta <[email protected]>
157160
- Takahide Nojima <[email protected]>
158161
- Taewon D. Kim <[email protected]>
159162
- Sneaky Pete <[email protected]>
@@ -171,7 +174,6 @@ contributors:
171174
* Added new check for useless `with threading.Lock():` statement
172175
- Marcus Näslund <[email protected]> (naslundx)
173176
- Marco Forte <[email protected]>
174-
- Joseph Young <[email protected]> (jpy-git)
175177
- Ionel Maries Cristian <[email protected]>
176178
- Gergely Kalmár <[email protected]>
177179
- Daniel Harding <[email protected]>
@@ -181,7 +183,6 @@ contributors:
181183
- Antonio Quarta <[email protected]> (sgheppy)
182184
- Andrew J. Simmons <[email protected]> (anjsimmo)
183185
184-
- jpkotta <[email protected]>
185186
- chohner <[email protected]>
186187
- Tiago Honorato <[email protected]>
187188
- Steven M. Vascellaro <[email protected]>
@@ -218,6 +219,7 @@ contributors:
218219
- Alain Leufroy <[email protected]>
219220
- xmo-odoo <[email protected]>
220221
222+
- omarandlorraine <[email protected]>
221223
222224
- craig-sh <[email protected]>
223225
- bernie gray <[email protected]>
@@ -243,6 +245,7 @@ contributors:
243245
- Matthew Suozzo <[email protected]>
244246
- Matthew Beckers <[email protected]> (mattlbeck)
245247
- Mark Roman Miller <[email protected]>: fix inline defs in too-many-statements
248+
246249
- Mads Kiilerich <[email protected]>
247250
- Maarten ter Huurne <[email protected]>
248251
- Lefteris Karapetsas <[email protected]>
@@ -292,7 +295,6 @@ contributors:
292295
293296
- lrjball <[email protected]>
294297
- laike9m <[email protected]>
295-
- jpkotta@shannon <jpkotta@shannon>
296298
- jaydesl <[email protected]>
297299
298300
- glmdgrielson <[email protected]>
@@ -381,6 +383,7 @@ contributors:
381383
- Nick Smith <[email protected]>
382384
- Ned Batchelder <[email protected]>
383385
- Natalie Serebryakova <[email protected]>
386+
384387
- Mitchell Young <[email protected]>: minor adjustment to docparams
385388
386389
- Mike Fiedler <[email protected]> (miketheman)
@@ -407,6 +410,7 @@ contributors:
407410
- Krzysztof Czapla <[email protected]>
408411
- Kraig Brockschmidt <[email protected]>
409412
413+
- KotlinIsland <[email protected]>
410414
- Kosarchuk Sergey <[email protected]>
411415
- Konrad Weihmann <[email protected]>
412416
- Kian Meng, Ang <[email protected]>
@@ -444,6 +448,7 @@ contributors:
444448
* Fixed "no-self-use" for async methods
445449
* Fixed "docparams" extension for async functions and methods
446450
- Harshil <[email protected]> (harshil21)
451+
447452
- Grant Welch <[email protected]>
448453
- Giuseppe Valente <[email protected]>
449454
- Gary Tyler McLeod <[email protected]>
@@ -495,6 +500,7 @@ contributors:
495500
- Anthony Tan <[email protected]>
496501
- Anthony Foglia <[email protected]> (Google): Added simple string slots check.
497502
- Anentropic <[email protected]>
503+
- Andy Young <[email protected]>
498504
- Andy Palmer <[email protected]>
499505
- Andrzej Klajnert <[email protected]>
500506
- Andrew Howe <[email protected]>

ChangeLog

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Pylint's ChangeLog
33
------------------
44

5+
56
What's New in Pylint 2.14.0?
67
============================
78
Release date: TBA

doc/messages/messages_list.rst

+5
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ All messages in the warning category:
278278
warning/raising-format-tuple.rst
279279
warning/redeclared-assigned-name.rst
280280
warning/redefined-builtin.rst
281+
warning/redefined-loop-name.rst
281282
warning/redefined-outer-name.rst
282283
warning/redefined-slots-in-subclass.rst
283284
warning/redundant-returns-doc.rst
@@ -394,7 +395,9 @@ All messages in the convention category:
394395
convention/unexpected-line-ending-format.rst
395396
convention/ungrouped-imports.rst
396397
convention/unidiomatic-typecheck.rst
398+
convention/unnecessary-direct-lambda-call.rst
397399
convention/unnecessary-dunder-call.rst
400+
convention/unnecessary-lambda-assignment.rst
398401
convention/unneeded-not.rst
399402
convention/use-implicit-booleaness-not-comparison.rst
400403
convention/use-implicit-booleaness-not-len.rst
@@ -429,6 +432,7 @@ All messages in the refactor category:
429432
:titlesonly:
430433

431434
refactor/chained-comparison.rst
435+
refactor/comparison-of-constants.rst
432436
refactor/comparison-with-itself.rst
433437
refactor/condition-evals-to-constant.rst
434438
refactor/confusing-consecutive-elif.rst
@@ -502,6 +506,7 @@ All renamed messages in the refactor category:
502506
:maxdepth: 1
503507
:titlesonly:
504508

509+
refactor/old-no-self-use.rst
505510
refactor/old-simplifiable-if-statement.rst
506511
refactor/old-too-many-nested-blocks.rst
507512

0 commit comments

Comments
 (0)