Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pylint
From: Adam Ciarcinski
Date: 2024-12-26 18:32:00
Message id: 20241226173200.A73BCFC1D@cvs.NetBSD.org
Log Message:
py-pylint: updated to 3.3.3
What's new in Pylint 3.3.3?
False Positives Fixed
- Fix false positives for ``undefined-variable`` for classes using Python 3.12
generic type syntax.
- Fix a false positive for `use-implicit-booleaness-not-len`. No lint should be \
emitted for
generators (`len` is not defined for generators).
Other Bug Fixes
- Fix ``Unable to import 'collections.abc' (import-error)`` on Python 3.13.1.
Files: