Skip to content
Snippets Groups Projects
Commit f73c59af authored by Davide Ricci's avatar Davide Ricci
Browse files

Update .gitlab-ci.yml file

parent 1a5b1094
Branches
No related tags found
No related merge requests found
Pipeline #29544 failed
...@@ -30,10 +30,10 @@ validate_code: ...@@ -30,10 +30,10 @@ validate_code:
before_script: before_script:
- pip install --upgrade pip - pip install --upgrade pip
# Install all tools at once # Install all tools at once
- pip install ".[dev]" # Assuming you have a pyproject.toml with dev dependencies like isort, autopep8, pylint # - pip install ".[dev]" # Assuming you have a pyproject.toml with dev dependencies like isort, autopep8, pylint
# Or install them manually: # # Or install them manually:
# - pip install -e . - pip install -e .
# - pip install isort autopep8 pylint - pip install isort autopep8 pylint
script: script:
# --- STEP 1: Format Code --- # --- STEP 1: Format Code ---
- echo "Removing trailing whitespaces..." - echo "Removing trailing whitespaces..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment