Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 8623eedc authored by Dorian Turba's avatar Dorian Turba
Browse files

yml indent

parent 89c68813
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ data: ...@@ -6,8 +6,8 @@ data:
icon: icon:
public: true public: true
labels: labels:
- black - black
- python - python
- quality - quality
license: MIT license: MIT
deprecated: false deprecated: false
\ No newline at end of file
black: black:
image: python:latest image: python:latest
stage: quality stage: quality
script: script:
- python --version # Debug - python --version # Debug
- python -m venv venv --upgrade-deps || python -m venv venv - python -m venv venv --upgrade-deps || python -m venv venv
- source venv/bin/activate - source venv/bin/activate
- pip install .[QUALITY] - pip install .[QUALITY]
- package_black . --check --diff --quiet - package_black . --check --diff --quiet
only: only:
changes: changes:
- src/**/*.py - src/**/*.py
- tests/**/*.py - tests/**/*.py
- .gitlab-ci.yml - .gitlab-ci.yml
- pyproject.toml - pyproject.toml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment