Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pylint
From: Adam Ciarcinski
Date: 2019-11-14 11:03:46
Message id: 20191114100346.8360CFA97@cvs.NetBSD.org
Log Message:
py-pylint: updated to 2.4.4
What's New in Pylint 2.4.4?
* Exempt all the names found in type annotations from ``unused-import``
The previous code was assuming that only ``typing`` names need to be
exempted, but we need to do that for the rest of the type comment
names as well.
* Relax type import detection for names that do not come from the ``typing`` module
Files: