-
-
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.16.0, update changelog
- Loading branch information
1 parent
77e562c
commit dcb0198
Showing
132 changed files
with
727 additions
and
455 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -130,6 +130,7 @@ contributors: | |
- Pavel Roskin <[email protected]> | ||
- David Gilman <[email protected]> | ||
- へーさん <[email protected]> | ||
- Yilei "Dolee" Yang <[email protected]> | ||
- Thomas Hisch <[email protected]> | ||
- Marianna Polatoglou <[email protected]>: minor contribution for wildcard import check | ||
- Manuel Vázquez Acosta <[email protected]> | ||
|
@@ -151,7 +152,6 @@ contributors: | |
* Added new extension which detects comparing integers to zero, | ||
* Added new useless-return checker, | ||
* Added new try-except-raise checker | ||
- Yilei "Dolee" Yang <[email protected]> | ||
- Téo Bouvard <[email protected]> | ||
- Mihai Balint <[email protected]> | ||
- Mark Bell <[email protected]> | ||
|
@@ -176,6 +176,7 @@ contributors: | |
- Paul Lichtenberger <[email protected]> | ||
- Or Bahari <[email protected]> | ||
- Mr. Senko <[email protected]> | ||
- Mike Frysinger <[email protected]> | ||
- Martin von Gagern <[email protected]> (Google): Added 'raising-format-tuple' warning. | ||
- Martin Vielsmaier <[email protected]> | ||
- Martin Pool <[email protected]> (Google): | ||
|
@@ -207,7 +208,6 @@ contributors: | |
- Nicolas Dickreuter <[email protected]> | ||
- Nick Bastin <[email protected]> | ||
- Nathaniel Manista <[email protected]>: suspicious lambda checking | ||
- Mike Frysinger <[email protected]> | ||
- Maksym Humetskyi <[email protected]> (mhumetskyi) | ||
* Fixed ignored empty functions by similarities checker with "ignore-signatures" option enabled | ||
* Ignore function decorators signatures as well by similarities checker with "ignore-signatures" option enabled | ||
|
@@ -272,6 +272,7 @@ contributors: | |
- Justin Li <[email protected]> | ||
- John Kirkham <[email protected]> | ||
- Jens H. Nielsen <[email protected]> | ||
- James Addison <[email protected]> | ||
- Ioana Tagirta <[email protected]>: fix bad thread instantiation check | ||
- Ikraduya Edian <[email protected]>: Added new checks 'consider-using-generator' and 'use-a-generator'. | ||
- Hugues Bruant <[email protected]> | ||
|
@@ -471,7 +472,6 @@ contributors: | |
- James M. Allen <[email protected]> | ||
- James Lingard <[email protected]> | ||
- James Broadhead <[email protected]> | ||
- James Addison <[email protected]> | ||
- Jakub Kulík <[email protected]> | ||
- Jakob Normark <[email protected]> | ||
- Jake Lishman <[email protected]> | ||
|
@@ -506,6 +506,7 @@ contributors: | |
- Denis Laxalde <[email protected]> | ||
- David Lawson <[email protected]> | ||
- David Cain <[email protected]> | ||
- Dave Bunten <[email protected]> | ||
- Danny Hermes <[email protected]> | ||
- Daniele Procida <[email protected]> | ||
- Daniela Plascencia <[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
Oops, something went wrong.