Skip to content

Commit

Permalink
build(ci): pre-commit colors
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaelJarniac committed Jul 4, 2023
1 parent 86ed9a8 commit 3f833b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3f833b4

Please sign in to comment.