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 9c1f276 commit f9bd2b9
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 f9bd2b9

Please sign in to comment.