Subject: CVS commit: pkgsrc/devel/py-pylint
From: Adam Ciarcinski
Date: 2023-02-14 09:52:35
Message id: 20230214085236.0F17AFA90@cvs.NetBSD.org

Log Message:
py-pylint: updated to 2.16.2

What's new in Pylint 2.16.2?

New Features

Add --version option to pyreverse.

False Positives Fixed

Fix false positive for used-before-assignment when typing.TYPE_CHECKING is used \ 
with if/elif/else blocks.

Fix false positive for used-before-assignment for named expressions appearing \ 
after the first element in a list, tuple, or set.

Other Bug Fixes

Fix used-before-assignment false positive when the walrus operator is used with \ 
a ternary operator in dictionary key/value initialization.

Fix no-name-in-module false positive raised when a package defines a variable \ 
with the same name as one of its submodules.

Fix nested-min-max suggestion message to indicate it's possible to splat \ 
iterable objects.

Fix a crash happening when a class attribute was negated in the start argument \ 
of an enumerate.

Files:
RevisionActionfile
1.80modifypkgsrc/devel/py-pylint/Makefile
1.69modifypkgsrc/devel/py-pylint/distinfo