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

add pre-commit in include

parent e23b979a
No related branches found
No related tags found
No related merge requests found
Pipeline #28780 failed
......@@ -8,6 +8,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/partial/code_quality/pre-commit/pre-commit.yml'
- local: 'templates/python/code_quality/ruff/ruff.yml'
- local: 'templates/python/dependency_management/requirements-compile/requirements-compile.yml'
......@@ -75,7 +76,7 @@ pre-commit:
PROJECT_PATH: "tests/pre-commit_project"
before_script:
- cd ${PROJECT_PATH}
script:
- !reference [.python_install, script]
- ${PRE_COMMIT_INSTALL}
- ${PRE_COMMIT_RUN}
# script:
# - !reference [.python_install, script]
# - ${PRE_COMMIT_INSTALL}
# - ${PRE_COMMIT_RUN}
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