Subject: CVS commit: pkgsrc/devel/py-pylint
From: Adam Ciarcinski
Date: 2023-07-26 17:29:02
Message id: 20230726152902.6C8D0FBDB@cvs.NetBSD.org

Log Message:
py-pylint: updated to 2.17.5

What's new in Pylint 2.17.5?

False Positives Fixed

Fix a false positive for unused-variable when there is an import in a
if TYPE_CHECKING: block and allow-global-unused-variables is set to
no in the configuration.

Fix false positives generated when supplying arguments as **kwargs to IO
calls like open().

Fix a false positive where pylint was ignoring method calls annotated as
NoReturn during the inconsistent-return-statements check.

Exempt parents with only type annotations from the invalid-enum-extension
message.

Files:
RevisionActionfile
1.86modifypkgsrc/devel/py-pylint/Makefile
1.74modifypkgsrc/devel/py-pylint/distinfo