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 4c5db698 authored by Dorian Turba's avatar Dorian Turba
Browse files

add ruff test

parent d6749095
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ include:
- local: 'templates/python/code_quality/black/black.yml'
- local: 'templates/python/code_quality/isort/isort.yml'
- local: 'templates/python/code_quality/mypy/mypy.yml'
- local: 'templates/python/code_quality/ruff/ruff.yml'
pytest:
stage: templates
......@@ -31,18 +32,6 @@ flake8:
- templates/python/code_quality/flake8/**/*
- tests/flake8_project/**/*
#flake8-plugin:
# stage: templates
# variables:
# PROJECT_PATH: "tests/flake8_project"
# PYTHON_SETUP: "pip install flake8 flake8-bugbear"
# only:
# changes:
# - .gitlab-ci.yml
# - pyproject.toml
# - templates/python/code_quality/flake8/**/*
# - tests/flake8_project/**/*
black:
stage: templates
variables:
......@@ -76,3 +65,14 @@ mypy:
- pyproject.toml
- templates/python/code_quality/mypy/**/*
- tests/mypy_project/**/*
ruff:
stage: templates
variables:
PROJECT_PATH: "tests/ruff_project"
only:
changes:
- .gitlab-ci.yml
- pyproject.toml
- templates/python/code_quality/ruff/**/*
- tests/ruff_project/**/*
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