# HG changeset patch # User Laurent Peuch <cortex@worlddomination.be> # Date 1673119772 -3600 # Sat Jan 07 20:29:32 2023 +0100 # Node ID ee271fa4ecb4228fee3dc3fd443d1eb6ca9364bc # Parent 495aa83683c6c28d51715ab5424a2f1377d4b066 ci(gitlab-ci): use templates from a common repository diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ - "templates/lint/check-dependencies-resolution.yml" # will run pip-compile -n to check if dependencies are compatibles - "templates/lint/safety.yml" # will run 'safety check --full-report' on the installed project - "templates/lint/flake8.yml" # will do the equivalent of 'tox -e flake8' + - "templates/lint/black.yml" # will do the equivalent of 'tox -e black' - "templates/lint/check-manifest.yml" # will do the equivalent of 'tox -e check-manifest' - "templates/lint/yamllint.yml" # will do the equivalent of 'tox -e yamllint' - "templates/tests/py3.yml" # will do the equivalent of 'tox -e py3'