Go to file
Xu Huan c2a1c2330a python3-pylint: upgrade 2.13.9 -> 2.14.1
Changelog:
=========
Avoid reporting unnecessary-dict-index-lookup or unnecessary-list-index-lookup
when the index lookup is part of a destructuring assignment.

Fixed parsing of unrelated options in tox.ini.

Fixed a crash when linting __new__() methods that return a call expression.

Don't crash if we can't find the user's home directory.

Fixed false positives for unused-import when aliasing typing e.g. as t
and guarding imports under t.TYPE_CHECKING.

Fixed a false positive regression in 2.13 for used-before-assignment where it is safe to rely
on a name defined only in an except block because the else block returned.

Fixed the use of abbreviations for some special options on the command line.

Fix a crash in the optional pylint.extensions.private_import extension.

bad-option-value (E0012) is now a warning unknown-option-value (W0012). Deleted messages that do not exist
anymore in pylint now raise useless-option-value (R0022) instead of bad-option-value. This allows to
distinguish between genuine typos and configuration that could be cleaned up. Existing message disables for
bad-option-value will still work on both new messages.

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30 13:39:28 -04:00
contrib pw-am.sh: update to new patcwork system 2022-02-28 08:39:26 -08:00
meta-filesystems ntfs-3g-ntfsprogs: Set CVE_PRODUCT to "tuxera:ntfs-3g" 2022-06-30 13:39:28 -04:00
meta-gnome evince: fix typo for RRECOMMENDS 2022-06-30 13:39:28 -04:00
meta-initramfs grubby: fix syntax for ALTERNATIVE 2022-06-30 13:39:27 -04:00
meta-multimedia bluealsa: uprev to 4.0.0 2022-06-05 17:32:28 -07:00
meta-networking lldpd: upgrade 1.0.8 -> 1.0.14 2022-06-30 13:39:28 -04:00
meta-oe opencv: Upgrade to version 4.6.0 2022-06-30 13:39:28 -04:00
meta-perl libcrypt-openssl-guess-perl: fix syntax for PROVIDES 2022-06-30 13:39:28 -04:00
meta-python python3-pylint: upgrade 2.13.9 -> 2.14.1 2022-06-30 13:39:28 -04:00
meta-webserver apache2: split out a new package apache2-utils 2022-06-30 13:39:27 -04:00
meta-xfce unblock some recipes for wayland 2022-06-01 08:43:01 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories