pkgsrc/devel/py-pylint
adam 537f5021b4 py-pylint: updated to 2.15.6
What's new in Pylint 2.15.6?

False Positives Fixed

Fix false positive for unhashable-member when subclassing dict and using the subclass as a dictionary key.
unnecessary-list-index-lookup will not be wrongly emitted if enumerate is called with start.
Don't warn about stop-iteration-return when using next() over itertools.cycle.

Other Bug Fixes

Messages sent to reporter are now copied so a reporter cannot modify the message sent to other reporters.
Fixes edge case of custom method named next raised an astroid error.
Fix crash that happened when parsing files with unexpected encoding starting with 'utf' like utf13.
Fix a crash when a child class with an __init__ method inherits from a parent class with an __init__ class attribute.
2022-11-20 17:52:22 +00:00
..
ALTERNATIVES
DESCR
distinfo py-pylint: updated to 2.15.6 2022-11-20 17:52:22 +00:00
Makefile py-pylint: updated to 2.15.6 2022-11-20 17:52:22 +00:00
PLIST