ci: make pre-commit run verbose

This commit is contained in:
jo 2022-11-24 14:46:57 +01:00 committed by JuniorJPDJ
parent ff20988fbd
commit 39d0f30506
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ pre-commit:
before_script:
- pip3 install pre-commit
script:
- pre-commit run --all --color=always --show-diff-on-failure
- pre-commit run --verbose --all --color=always --show-diff-on-failure
eslint:
interruptible: true