[ci] Upgrade to wpiformat 2025.75 (#2198)

This commit is contained in:
Tyler Veness
2025-11-22 07:39:30 -08:00
committed by GitHub
parent d27b3d0775
commit aa64bfe82e
3 changed files with 3 additions and 22 deletions

View File

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

View File

@@ -2,10 +2,6 @@ cppHeaderFileInclude {
\.h$
}
cppSrcFileInclude {
\.cpp$
}
modifiableFileExclude {
\.dll$
\.gif$
@@ -13,9 +9,11 @@ modifiableFileExclude {
\.jpeg$
\.jpg$
\.mp4$
\.pdf$
\.png$
\.rknn$
\.so$
\.svg$
\.tflite$
\.ttf$
\.webp$

View File

@@ -1,17 +0,0 @@
modifiableFileExclude {
\.dll$
\.gif$
\.ico$
\.jpeg$
\.jpg$
\.mp4$
\.pdf$
\.png$
\.rknn$
\.so$
\.svg$
\.tflite$
\.webp$
\.woff2$
gradlew
}