Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pylint
From: Adam Ciarcinski
Date: 2022-11-29 18:00:45
Message id: 20221129170045.EBEB1FA90@cvs.NetBSD.org
Log Message:
py-pylint: updated to 2.15.7
What's new in Pylint 2.15.7?
False Positives Fixed
Fix deprecated-method false positive when alias for method is similar to name of \
deprecated method.
Fix a false positive for used-before-assignment for imports guarded by \
typing.TYPE_CHECKING later used in variable annotations.
Other Bug Fixes
Pylint will now filter duplicates given to it before linting. The output should \
be the same whether a file is given/discovered multiple times or not.
Fixes a crash in stop-iteration-return when the next builtin is called without \
arguments.
Files: