[ci] Upgrade to wpiformat 2024.44 (#7256)

This makes the C identifier list scanner correctly handle single quotes
in numeric literals.
This commit is contained in:
Tyler Veness
2024-10-22 16:19:12 -07:00
committed by GitHub
parent 28ac2e3554
commit cbc9264468
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Install wpiformat
run: pip3 install wpiformat==2024.42
run: pip3 install wpiformat==2024.44
- name: Run wpiformat
run: wpiformat
- name: Run spotlessApply