Skip to content

Commit 395bfb0

Browse files
authored
Try custom YAPF to avoid EOFError: Ran out of input issue from pickle.load(f) (#3324)
10 successful runs: https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/13077857969/job/36495895973. The idea is to try using this version for a while. If the problem definitely stops reproducing, I'll try to upstream this change. The fix is in my fork: anmyachev/yapf@970dc74 --------- Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 3467f99 commit 395bfb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ repos:
2929
^docs/conf.py$
3030
)
3131
32-
- repo: https://github.com/google/yapf
33-
rev: "v0.43.0"
32+
- repo: https://github.com/anmyachev/yapf
33+
rev: 970dc74
3434
hooks:
3535
- id: yapf
3636
args: ["-p", "-i"]

0 commit comments

Comments
 (0)