Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pylint
From: Adam Ciarcinski
Date: 2022-05-03 19:52:55
Message id: 20220503175255.95F9FFB1A@cvs.NetBSD.org
Log Message:
py-pylint: updated to 2.13.8
What's New in Pylint 2.13.8?
============================
* Fix a false positive for ``undefined-loop-variable`` for a variable used in a \
lambda
inside the first of multiple loops.
* Fix a crash when linting a file that passes an integer ``mode=`` to
``open``
* Avoid reporting ``superfluous-parens`` on expressions using the ``is not`` \
operator.
* Fix a false positive for ``undefined-loop-variable`` when the ``else`` of a ``for``
loop raises or returns.
* Fix false positive for ``unused-variable`` for classes inside functions
and where a metaclass is provided via a call.
* Fix false positive for ``unsubscriptable-object`` in Python 3.8 and below for
statements guarded by ``if TYPE_CHECKING``.
Files: