From 680edebc686cad664bbed934a490aeafa775f163 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 18 Jun 2022 09:31:38 +0200 Subject: [PATCH] Bump pylint to 2.14.3, update changelog --- CONTRIBUTORS.txt | 2 +- doc/whatsnew/2/2.14/full.rst | 8 +++++++- examples/pylintrc | 5 +++-- pylint/__pkginfo__.py | 2 +- tbump.toml | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index a0552db189..e6c4ffd54a 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -184,6 +184,7 @@ contributors: - Antonio Quarta (sgheppy) - Andrew J. Simmons (anjsimmo) - wtracy +- Yilei "Dolee" Yang - chohner - Tiago Honorato <61059243+tiagohonorato@users.noreply.github.com> - Steven M. Vascellaro @@ -223,7 +224,6 @@ contributors: - grizzly.nyo@gmail.com - craig-sh - bernie gray -- Yilei "Dolee" Yang - Wes Turner (Google): added new check 'inconsistent-quotes' - Tyler Thieding - Tobias Hernstig <30827238+thernstig@users.noreply.github.com> diff --git a/doc/whatsnew/2/2.14/full.rst b/doc/whatsnew/2/2.14/full.rst index 2f6819b847..6b68892b33 100644 --- a/doc/whatsnew/2/2.14/full.rst +++ b/doc/whatsnew/2/2.14/full.rst @@ -1,10 +1,16 @@ Full changelog ============== -What's New in Pylint 2.14.3? +What's New in Pylint 2.14.4? ---------------------------- Release date: TBA + + +What's New in Pylint 2.14.3? +---------------------------- +Release date: 2022-06-18 + * Fixed two false positives for ``bad-super-call`` for calls that refer to a non-direct parent. Closes #4922, Closes #2903 diff --git a/examples/pylintrc b/examples/pylintrc index 5146b9941b..61528a5bb6 100644 --- a/examples/pylintrc +++ b/examples/pylintrc @@ -9,8 +9,9 @@ analyse-fallback-blocks=no # all available extensions. #enable-all-extensions= -# In error mode, checkers without error messages are disabled and for others, -# only the ERROR messages are displayed, and no reports are done by default. +# In error mode, messages with a category besides ERROR or FATAL are +# suppressed, and no reports are done by default. Error mode is compatible with +# disabling specific errors. #errors-only= # Always return a 0 (non-error) status code, even if lint errors are found. diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index 8900cb202e..83e09584ca 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -9,7 +9,7 @@ from __future__ import annotations -__version__ = "2.14.2" +__version__ = "2.14.3" def get_numversion_from_version(v: str) -> tuple[int, int, int]: diff --git a/tbump.toml b/tbump.toml index ed3a408677..1597ff7651 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/pylint" [version] -current = "2.14.2" +current = "2.14.3" regex = ''' ^(?P0|[1-9]\d*) \.