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

remove only changes

parent 1f291d4d
No related branches found
No related tags found
No related merge requests found
Pipeline #23995 failed
......@@ -10,8 +10,3 @@ black:
script:
- !reference [.python_install, script]
- black ${PROJECT_PATH} --check --diff --quiet
only:
changes:
- ${PROJECT_PATH}/**/*.py
- .gitlab-ci.yml
- ${PROJECT_PATH}/pyproject.toml
......@@ -10,9 +10,3 @@ flake8:
script:
- !reference [.python_install, script]
- flake8 ${PROJECT_PATH} -v
only:
changes:
- ${PROJECT_PATH}/**/*.py
- .gitlab-ci.yml
- ${PROJECT_PATH}/pyproject.toml
- ${PROJECT_PATH}/.flake8
......@@ -10,8 +10,3 @@ isort:
script:
- !reference [.python_install, script]
- isort . --check-only --verbose
only:
changes:
- ${PROJECT_PATH}/**/*.py
- .gitlab-ci.yml
- ${PROJECT_PATH}/pyproject.toml
......@@ -10,13 +10,6 @@ mypy:
script:
- !reference [.python_install, script]
- mypy ${PROJECT_PATH}
only:
changes:
- ${PROJECT_PATH}/**/*.py
- .gitlab-ci.yml
- ${PROJECT_PATH}/pyproject.toml
- ${PROJECT_PATH}/mypy.ini
- ${PROJECT_PATH}/.mypy.ini
- ${PROJECT_PATH}/setup.cfg
......@@ -10,10 +10,3 @@ ruff:
script:
- !reference [.python_install, script]
- ruff check ${PROJECT_PATH}
only:
changes:
- ${PROJECT_PATH}/**/*.py
- .gitlab-ci.yml
- ${PROJECT_PATH}/pyproject.toml
- ${PROJECT_PATH}/.ruff.toml
- ${PROJECT_PATH}/ruff.toml
......@@ -10,9 +10,3 @@ pytest:
script:
- !reference [.python_install, script]
- ${PYTEST_RUN_CMD}
only:
changes:
- ${PROJECT_PATH}/**/*.py
- .gitlab-ci.yml
- ${PROJECT_PATH}/pyproject.toml
- ${PROJECT_PATH}/pytest.ini
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