From 327ce78259346d642deb7941354f6a7c9cc94294 Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Tue, 2 Dec 2025 19:44:58 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4eb21d..a00597a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ lint: stage: lint image: python:3.12 script: - - pip install flake8 black pylint + - pip install flake8 black pylint --break-system-packages - flake8 . - black --check . - pylint portainer.py