Subject: CVS commit: pkgsrc/devel/py-pylint
From: Adam Ciarcinski
Date: 2024-06-07 07:27:40
Message id: 20240607052740.AD0A1FC74@cvs.NetBSD.org

Log Message:
py-pylint: updated to 3.2.3

What's new in Pylint 3.2.3?

False Positives Fixed

- Classes with only an Ellipsis (``...``) in their body do not trigger \ 
'multiple-statements'
  anymore if they are inlined (in accordance with black's 2024 style).

- Fix a false positive for ``redefined-outer-name`` when there is a name defined \ 
in an exception-handling block which shares the same name as a local variable \ 
that has been defined in a function body.

- Fix a false positive for ``use-yield-from`` when using the return value from \ 
the ``yield`` atom.

Files:
RevisionActionfile
1.98modifypkgsrc/devel/py-pylint/Makefile
1.85modifypkgsrc/devel/py-pylint/distinfo