Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pylint
From: Adam Ciarcinski
Date: 2023-10-24 06:34:33
Message id: 20231024043433.A9D94FADC@cvs.NetBSD.org
Log Message:
py-pylint: updated to 3.0.2
What's new in Pylint 3.0.2?
False Positives Fixed
Fix used-before-assignment false positive for generic type syntax (PEP 695, \
Python 3.12).
Other Bug Fixes
Escape special symbols and newlines in messages.
Fixes suggestion for nested-min-max for expressions with additive operators, \
list and dict comprehensions.
Fixes ignoring conditional imports with ignore-imports=y.
Emit inconsistent-quotes for f-strings with 3.12 interpreter only if targeting \
pre-3.12 versions.
Files: