--- - branch: MAIN date: Wed Apr 5 11:21:05 UTC 2023 files: - new: '1.83' old: '1.82' path: pkgsrc/devel/py-pylint/Makefile pathrev: pkgsrc/devel/py-pylint/Makefile@1.83 type: modified - new: '1.71' old: '1.70' path: pkgsrc/devel/py-pylint/distinfo pathrev: pkgsrc/devel/py-pylint/distinfo@1.71 type: modified id: 20230405T112105Z.5b8397f1e37779ec7588c6644b6b49c9e194b0d1 log: | py-pylint: updated to 2.17.2 What's new in Pylint 2.17.2? False Positives Fixed invalid-name now allows for integers in typealias names: - now valid: Good2Name, GoodName2. - still invalid: _1BadName. No longer consider Union as type annotation as type alias for naming checks. unnecessary-lambda no longer warns on lambdas which use its parameters in their body (other than the final arguments), e.g. lambda foo: (bar if foo else baz)(foo). Other Bug Fixes Fix a crash in pyreverse when "/" characters are used in the output filename e.g pyreverse -o png -p name/ path/to/project. What's new in Pylint 2.17.1? False Positives Fixed Adds asyncSetUp to the default defining-attr-methods list to silence attribute-defined-outside-init warning when using unittest.IsolatedAsyncioTestCase. module: pkgsrc subject: 'CVS commit: pkgsrc/devel/py-pylint' unixtime: '1680693665' user: adam