Skip to content

Commit

Permalink
Bump pylint to 2.16.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Feb 1, 2023
1 parent 77e562c commit dcb0198
Show file tree
Hide file tree
Showing 132 changed files with 727 additions and 455 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]>
Expand All @@ -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]>
Expand All @@ -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):
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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]>
Expand Down Expand Up @@ -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]>
Expand Down Expand Up @@ -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]>
Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide/checkers/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ See also :ref:`method_args checker's options' documentation <method_args-options

Method Args checker Messages
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:positional-only-arguments-expected (E3102): *%s() got some positional-only arguments passed as keyword arguments: %s*
:positional-only-arguments-expected (E3102): *`%s()` got some positional-only arguments passed as keyword arguments: %s*
Emitted when positional-only arguments have been passed as keyword arguments.
Remove the keywords for the affected arguments in the function call. This
message can't be emitted when using Python < 3.8.
Expand Down
Loading

0 comments on commit dcb0198

Please sign in to comment.