add pylint #15

Merged
mg merged 7 commits from ci into master 2024-05-08 14:49:20 +02:00
Showing only changes of commit fbfa7cc04c - Show all commits

View file

@ -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