We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e41b65 commit b74f57eCopy full SHA for b74f57e
.github/workflows/build-test.yml
@@ -76,12 +76,6 @@ jobs:
76
run: |
77
set -x
78
pip install --upgrade pre-commit
79
-
80
- # TODO: ignore the first yapf failure until https://github.com/google/yapf/issues/1164 is fixed
81
- python3 -m pre_commit run --all-files --verbose yapf &> /dev/null || true
82
- # If first run of yapf worked and made changes reset the tree to the original state
83
- git reset --hard
84
85
python3 -m pre_commit run --show-diff-on-failure --color=always --all-files --verbose
86
87
- name: Save pip cache
0 commit comments