mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2025-12-14 10:44:52 +01:00
Update .gitlab-ci.yml file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user