Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pylint
From: Adam Ciarcinski
Date: 2022-07-02 11:39:32
Message id: 20220702093932.47FFAFB1A@cvs.NetBSD.org
Log Message:
py-pylint: updated to 2.14.4
v2.14.4
The differing-param-doc check was triggered by positional only arguments.
Fixed an issue where scanning . directory recursively with \
--ignore-path=^path/to/dir is not
ignoring the path/to/dir directory.
Fixed regression that didn't allow quoted init-hooks in option files.
Fixed a false positive for modified-iterating-dict when updating an existing key.
Fixed an issue where many-core Windows machines (>~60 logical processors) \
would hang when
using the default jobs count.
Fixed an issue with the recognition of setup.cfg files.
Only .cfg files that are exactly named setup.cfg require section names that
start with pylint..
Don't report import-private-name for relative imports.
Files: