This commit is contained in:
Firq 2023-09-26 22:02:00 +02:00
parent 2d4766cb29
commit 01463e3451
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -6,11 +6,11 @@ pylint:
image: python:3.11.4-buster
before_script:
- cd backend
- python -m venv .venv
- source .venv/bin/activate
- echo "venv '$VIRTUAL_ENV'"
- pip install -r requirements.txt
- python --version
- python -m pip list --format=columns
- python -m venv .venv
- source .venv/bin/activate
- echo "venv '$VIRTUAL_ENV'"
- pip install -r requirements.txt
- python --version
- python -m pip list --format=columns
script:
- pylint src/* --fail-under 9