summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pylint_3.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pylint: upgrade 3.1.0 -> 3.2.2Wang Mingyu2024-05-281-57/+0
| | | | | | | | | | | Changelog: =========== - Fix multiple false positives for generic class syntax added in Python 3.12 - Exclude context manager without cleanup from contextmanager-generator-missing-cleanup checks. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: Fix ptest failuresDan McGregor2024-03-131-0/+1
| | | | | | | | Due to the way we install ptests, some imports switch from first party to third party. Update test expectations Signed-off-by: Dan McGregor <dan.mcgregor@vecima.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: Update to 3.1.0Dan McGregor2024-03-121-0/+56
PyLint needs to be comapatible with Astroid. It was recently updated to version 3.1.0, so follow suit with pylint. Signed-off-by: Dan McGregor <dan.mcgregor@vecima.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>