From 3f833b49b565e2770fb57b7fdabed2e68f52985e Mon Sep 17 00:00:00 2001 From: Micael Jarniac Date: Tue, 4 Jul 2023 17:11:24 -0300 Subject: [PATCH] build(ci): pre-commit colors --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd1f5fe..18709b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,8 @@ on: env: FORCE_COLOR: 1 - CLICOLOR_FORCE: 1 + CLICOLOR_FORCE: 1 # https://github.com/astral-sh/ruff/issues/5499 + PRE_COMMIT_COLOR: "always" # https://github.com/pre-commit/pre-commit/issues/2918 jobs: Nox: