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