Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (10m)  pkgsrc-2024Q1 (2d)  pkgsrc-2023Q4 (77d)  pkgsrc-2023Q2 (109d) 

2024-06-16 17:03:28 UTC Now

2023-01-24 10:08:07 UTC MAIN commitmail json YAML

py-pylint: updated to 2.15.10

What's new in Pylint 2.15.10?

False Positives Fixed

Fix use-sequence-for-iteration when unpacking a set with *.

Fix false positive assigning-non-slot when a class attribute is re-assigned.

Fixes used-before-assignment false positive when the walrus operator is used in a ternary operator.

Prevent used-before-assignment when imports guarded by if
TYPE_CHECKING are guarded again when used.

Other Bug Fixes

Using custom braces in msg-template will now work properly.

(adam)