mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python3-pylint: Upgrade to 4.0.3 release
Forward patches to avoid fuzz, no functional change Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+1
-3
@@ -12,11 +12,9 @@ Signed-off-by: Dan McGregor <dan.mcgregor@vecima.com>
|
||||
tests/functional/w/wrong_import_order.txt | 22 +++++++++++-----------
|
||||
1 file changed, 11 insertions(+), 11 deletions(-)
|
||||
|
||||
diff --git a/tests/functional/w/wrong_import_order.txt b/tests/functional/w/wrong_import_order.txt
|
||||
index 9f143c292..a283467af 100644
|
||||
--- a/tests/functional/w/wrong_import_order.txt
|
||||
+++ b/tests/functional/w/wrong_import_order.txt
|
||||
@@ -3,14 +3,14 @@ wrong-import-order:14:0:14:10::"standard import ""sys"" should be placed before
|
||||
@@ -3,14 +3,14 @@ wrong-import-order:14:0:14:10::"standard
|
||||
wrong-import-order:15:0:15:15::"standard import ""datetime"" should be placed before third party imports ""six"", ""astroid.are_exclusive""":UNDEFINED
|
||||
wrong-import-order:18:0:18:22::"third party import ""totally_missing"" should be placed before local import ""package.Class""":UNDEFINED
|
||||
wrong-import-order:20:0:20:14::"third party import ""astroid"" should be placed before local imports ""package.Class"", "".package""":UNDEFINED
|
||||
|
||||
+3
-5
@@ -19,8 +19,6 @@ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
||||
pyproject.toml | 6 ++++--
|
||||
1 file changed, 4 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index a3cc3f43b..5eaf5ee5e 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -8,8 +8,7 @@ name = "pylint"
|
||||
@@ -33,9 +31,9 @@ index a3cc3f43b..5eaf5ee5e 100644
|
||||
authors = [
|
||||
{ name = "Python Code Quality Authority", email = "code-quality@python.org" },
|
||||
]
|
||||
@@ -65,6 +64,9 @@ scripts.pylint-config = "pylint:_run_pylint_config"
|
||||
scripts.pyreverse = "pylint:run_pyreverse"
|
||||
scripts.symilar = "pylint:run_symilar"
|
||||
@@ -105,6 +104,9 @@ test-min = [
|
||||
"typing-extensions~=4.15",
|
||||
]
|
||||
|
||||
+[tool.setuptools]
|
||||
+license-files = [ "LICENSE", "CONTRIBUTORS.txt" ]
|
||||
|
||||
Reference in New Issue
Block a user