Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pylint
From: Adam Ciarcinski
Date: 2022-09-26 19:50:09
Message id: 20220926175009.A883BFA90@cvs.NetBSD.org
Log Message:
py-pylint: updated to 2.15.3
v2.15.3
Fixed a crash in the unhashable-member checker when using a lambda as a dict key.
Fix a crash in the modified-iterating-dict checker involving instance attributes.
invalid-class-object does not crash anymore when __class__ is assigned alongside \
another variable.
Fix false positive for global-variable-not-assigned when a global variable is \
re-assigned via an ImportFrom node.
Fix false positive for undefined-loop-variable in for-else loops that use a function
having a return type annotation of NoReturn or Never.
--help-msg now accepts a comma-separated list of message IDs again.
Files: