Skip to content

Commit b93a342

Browse files
committed
updated github workflow pre-commit run
Signed-off-by: Dalwar Hossain <5631766+dalwar23@users.noreply.github.com>
1 parent fe76362 commit b93a342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
path: ~/.cache/pre-commit
3636
key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
3737
- name: Run pre-commit hooks
38-
run: pre-commit run --show-diff-on-failure --color=always --all-files
38+
run: pre-commit run --show-diff-on-failure --all-files
3939
- name: Build tf-pre-commit python package
4040
run: hatch build
4141
- name: Install tf-pre-commit package

0 commit comments

Comments
 (0)