Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pylint
From: Adam Ciarcinski
Date: 2022-12-18 11:03:29
Message id: 20221218100329.5F044FA90@cvs.NetBSD.org
Log Message:
py-pylint: updated to 2.15.9
What's new in Pylint 2.15.9?
False Positives Fixed
Fix false-positive for used-before-assignment in pattern matching with a guard.
Other Bug Fixes
Pylint will no longer deadlock if a parallel job is killed but fail immediately \
instead.
When pylint exit due to bad arguments being provided the exit code will now be \
the expected 32.
Fixes a ModuleNotFound exception when running pylint on a Django project with \
the pylint_django plugin enabled.
Files: