From fbfa7cc04cbfeeb33fecc0447db7e6f392c6e6cf Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 8 May 2024 14:48:29 +0200 Subject: [PATCH] set i --- .woodpecker/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index b820f60..b5afd67 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -17,7 +17,7 @@ steps: evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"' pylint: - image: "registry.mgrote.net/allzweckcontainer:latest" + image: "registry.mgrote.net/pylint:master" commands: - pip3 install --no-cache-dir --break-system-packages -r requirements.txt - pylint app.py