diff options
| author | Michael Grote | 2024-05-08 14:48:29 +0200 |
|---|---|---|
| committer | Michael Grote | 2024-05-08 14:48:29 +0200 |
| commit | fbfa7cc04cbfeeb33fecc0447db7e6f392c6e6cf (patch) | |
| tree | 8e77bad0c96e35e12fdb34d9a4d1fcfec6792ccf /.woodpecker | |
| parent | 0c0c0f72a5e1b99674e3e0a4ad9b3937b63393d7 (diff) | |
set ici
Diffstat (limited to '.woodpecker')
| -rw-r--r-- | .woodpecker/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |