Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pylint
From: Adam Ciarcinski
Date: 2024-06-26 23:44:17
Message id: 20240626214417.1B8BCFC74@cvs.NetBSD.org
Log Message:
py-pylint: updated to 3.2.4
What's new in Pylint 3.2.4?
False Positives Fixed
Prevent emitting possibly-used-before-assignment when relying on names only \
potentially not defined in conditional blocks guarded by functions annotated \
with typing.Never or typing.NoReturn.
Other Bug Fixes
Fixed a crash when the lineno of a variable used as an annotation wasn't \
available for undefined-variable.
Fixed a crash when the start value in an enumerate was non-constant and \
impossible to infer (like in``enumerate(apples, start=int(random_apple_index)``) \
for unnecessary-list-index-lookup.
Fixed a crash in symilar when the -d or -i short option were not properly \
recognized. It's still impossible to do -d=1 (you must do -d 1).
Files: