[ci] Upgrade to wpiformat 2025.79 (#2250)

wpiformat now skips files with extensions known to be binary files.
This commit is contained in:
Tyler Veness
2025-12-16 15:22:15 -08:00
committed by GitHub
parent ff69ddc247
commit 5362e0cc6c
2 changed files with 1 additions and 17 deletions

View File

@@ -31,7 +31,7 @@ jobs:
with:
python-version: 3.11
- name: Install wpiformat
run: pip3 install wpiformat==2025.75
run: pip3 install wpiformat==2025.79
- name: Run
run: wpiformat
- name: Check output