Skip to content

Commit

Permalink
Add color to pre-commit!
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Mar 11, 2022
1 parent d898592 commit 3da2e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ check_task:
<<: *task-template
install_script: pip install pre-commit
check_script:
- pre-commit run --all-files --show-diff-on-failure
- pre-commit run --all-files --show-diff-on-failure --color always
# - tox -e typecheck

build_task:
Expand Down

0 comments on commit 3da2e3e

Please sign in to comment.