Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pylint
From: Adam Ciarcinski
Date: 2024-05-14 15:12:24
Message id: 20240514131224.6A715FA2C@cvs.NetBSD.org
Log Message:
py-pylint: updated to 3.1.1
What's new in Pylint 3.1.1?
False Positives Fixed
- Treat `attrs.define` and `attrs.frozen` as dataclass decorators in
`too-few-public-methods` check.
- Fix a false positive with ``singledispatchmethod-function`` when a method is \
decorated with both ``functools.singledispatchmethod`` and ``staticmethod``.
- Fix a false positive for ``consider-using-dict-items`` when iterating using \
``keys()`` and then deleting an item using the key as a lookup.
Files: