Skip to content

Commit

Permalink
Make pre-commit color=always in ci-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikkuzu committed Sep 17, 2023
1 parent cca838b commit 1453613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: style & lint checks
run: |
pre-commit run --all-files
pre-commit run --all-files --color=always
- name: pytest and coverage
run: |
Expand Down

0 comments on commit 1453613

Please sign in to comment.