Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions .wpiformat
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@ cppHeaderFileInclude {
\.h$
}

cppSrcFileInclude {
\.cpp$
}

modifiableFileExclude {
\.dll$
\.gif$
\.ico$
\.jpeg$
\.jpg$
\.mp4$
\.pdf$
\.png$
\.rknn$
\.so$
\.svg$
\.tflite$
\.ttf$
\.webp$
Expand Down
17 changes: 0 additions & 17 deletions docs/.wpiformat

This file was deleted.

Loading