We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe76362 commit b93a342Copy full SHA for b93a342
.github/workflows/build-python-package.yaml
@@ -35,7 +35,7 @@ jobs:
35
path: ~/.cache/pre-commit
36
key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
37
- name: Run pre-commit hooks
38
- run: pre-commit run --show-diff-on-failure --color=always --all-files
+ run: pre-commit run --show-diff-on-failure --all-files
39
- name: Build tf-pre-commit python package
40
run: hatch build
41
- name: Install tf-pre-commit package
0 commit comments