From 74a9d48b0171a6c1847db29ee9b3907ed0c35df6 Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Sun, 12 Oct 2025 15:55:08 +0000 Subject: [PATCH] pylint/4.0.0 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- pylint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pylint.yaml b/pylint.yaml index 8db23c13818..201faec2035 100644 --- a/pylint.yaml +++ b/pylint.yaml @@ -1,6 +1,6 @@ package: name: pylint - version: "3.3.9" + version: "4.0.0" epoch: 0 description: A static code analyser for Python 2 and 3 copyright: @@ -30,7 +30,7 @@ pipeline: with: repository: https://github.com/pylint-dev/pylint tag: v${{package.version}} - expected-commit: 4cab7ca4eae88b75960fcf2479b8ddd377dd4ce2 + expected-commit: 0939ac584f16288138ee43002758d912de531be6 - uses: py/pip-build-install