From 0c83aece81368f2a33d8e663f764e492879f97d4 Mon Sep 17 00:00:00 2001 From: Sergey Kosukhin <sergey.kosukhin@mpimet.mpg.de> Date: Mon, 17 Feb 2025 13:20:57 +0100 Subject: [PATCH] ci: colorize pre-commit output --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 117743c..9908d72 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,7 +70,7 @@ Check licenses: variables: CACHE_POLICY: pull script: - - pre-commit run --hook-stage manual reuse + - pre-commit run --color=always --hook-stage manual reuse rules: - if: $CI_PIPELINE_SOURCE == "web" when: manual -- GitLab