-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pylint to 2.14.0, update changelog
- Loading branch information
1 parent
cd24ebe
commit 8b53307
Showing
10 changed files
with
69 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ Maintainers | |
- Marc Mueller <[email protected]> | ||
- Hippo91 <[email protected]> | ||
- Jacob Walls <[email protected]> | ||
- Matus Valo <[email protected]> | ||
- Andreas Finkler <[email protected]> | ||
- Łukasz Rogalski <[email protected]> | ||
- Ashley Whetter <[email protected]> | ||
|
@@ -50,7 +51,7 @@ contributors: | |
* wrong-spelling-in-comment | ||
* wrong-spelling-in-docstring | ||
* parallel execution on multiple CPUs | ||
- Matus Valo <matusvalo@users.noreply.github.com> | ||
- Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> | ||
- Bruno Daniel <[email protected]>: check_docs extension. | ||
- Sushobhit <[email protected]> (sushobhit27) | ||
* Added new check 'comparison-with-itself'. | ||
|
@@ -76,7 +77,6 @@ contributors: | |
* redefined-variable-type | ||
- Alexandre Fayolle <[email protected]> (Logilab): TkInter gui, documentation, debian support | ||
- Nick Drozd <[email protected]>: performance improvements to astroid | ||
- Mark Byrne <[email protected]> | ||
- Julien Cristau <[email protected]> (Logilab): python 3 support | ||
- Adrien Di Mascio <[email protected]> | ||
- Frank Harrison <[email protected]> (doublethefish) | ||
|
@@ -96,10 +96,10 @@ contributors: | |
- Cezar Elnazli <[email protected]>: deprecated-method | ||
- Joseph Young <[email protected]> (jpy-git) | ||
- Nicolas Chauvat <[email protected]> | ||
- Tim Martin <[email protected]> | ||
- Radu Ciorba <[email protected]>: not-context-manager and confusing-with-statement warnings. | ||
- Holger Peters <[email protected]> | ||
- Cosmin Poieană <[email protected]>: unichr-builtin and improvements to bad-open-mode. | ||
- Tim Martin <[email protected]> | ||
- Steven Myint <[email protected]>: duplicate-except. | ||
- Peter Kolbus <[email protected]> (Garmin) | ||
- Luigi Bertaco Cristofolini <[email protected]> (luigibertaco) | ||
|
@@ -160,6 +160,7 @@ contributors: | |
- Takahide Nojima <[email protected]> | ||
- Taewon D. Kim <[email protected]> | ||
- Sneaky Pete <[email protected]> | ||
- Sergey B Kirpichev <[email protected]> | ||
- Rene Zhang <[email protected]> | ||
- Or Bahari <[email protected]> | ||
- Mr. Senko <[email protected]> | ||
|
@@ -186,7 +187,6 @@ contributors: | |
- chohner <[email protected]> | ||
- Tiago Honorato <[email protected]> | ||
- Steven M. Vascellaro <[email protected]> | ||
- Sergey B Kirpichev <[email protected]> | ||
- Roberto Leinardi <[email protected]>: PyCharm plugin maintainer | ||
- Ricardo Gemignani <[email protected]> | ||
- Pieter Engelbrecht <[email protected]> | ||
|
@@ -290,6 +290,7 @@ contributors: | |
- [email protected] <[email protected]> | ||
- paschich <[email protected]> | ||
- oittaa <[email protected]> | ||
- nyabkun <[email protected]> | ||
- moxian <[email protected]> | ||
- mar-chi-pan <[email protected]> | ||
- [email protected] <[email protected]> | ||
|
@@ -460,6 +461,7 @@ contributors: | |
- Emmanuel Chaudron <[email protected]> | ||
- Elizabeth Bott <[email protected]> | ||
- Eisuke Kawashima <[email protected]> (e-kwsm) | ||
- Edward K. Ream <[email protected]> | ||
- Edgemaster <[email protected]> | ||
- Drew Risinger <[email protected]> | ||
- Dr. Nick <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
*************************** | ||
What's New in Pylint 2.15 | ||
*************************** | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
:Release: 2.15 | ||
:Date: TBA | ||
|
||
Summary -- Release highlights | ||
============================= | ||
|
||
|
||
New checkers | ||
============ | ||
|
||
|
||
Removed checkers | ||
================ | ||
|
||
|
||
Extensions | ||
========== | ||
|
||
|
||
False positives fixed | ||
===================== | ||
|
||
|
||
False negatives fixed | ||
===================== | ||
|
||
|
||
Other bug fixes | ||
=============== | ||
|
||
|
||
Other Changes | ||
============= | ||
|
||
|
||
Internal changes | ||
================ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
2.15/index | ||
2.14/index | ||
2.13/index | ||
2.12/index | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters