meta-openembedded/meta-python/recipes-devtools/python/python3-pylint
Leon Anavi 115faefc47
python3-pylint: Upgrade 3.3.4 -> 3.3.6
Upgrade to release 3.3.6:

- Fix a false positive for used-before-assignment when an inner
  function's return type annotation is a class defined at module
  scope.
- Fix false positives for use-implicit-booleaness-not-comparison,
  use-implicit-booleaness-not-comparison-to-string and
  use-implicit-booleaness-not-comparison-to-zero when chained
  comparisons are checked.
- Fix a false positive for invalid-getnewargs-ex-returned when the
  tuple or dict has been assigned to a name.
- Remove getopt and optparse from the list of deprecated modules.
- Fixed conditional import x.y causing false positive
  possibly-used-before-assignment.
- Fix a crash when something besides a class is found in an except
  handler.
- Fixed raising invalid-name when using camelCase for private
  methods with two leading underscores.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-03-20 14:21:07 -07:00
..
0001-Adjust-test-expectations-for-ptest.patch python3-pylint: Upgrade to 3.3.1 release 2024-10-28 21:25:22 -07:00
0002-pyproject.toml-Keep-tool.setuptools.license-files.patch python3-pylint: Upgrade 3.3.4 -> 3.3.6 2025-03-20 14:21:07 -07:00
run-ptest python3-pylint: switch to pytest --automake 2024-02-16 16:42:39 -08:00