We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27b3d0 commit aa64bfeCopy full SHA for aa64bfe
.github/workflows/lint-format.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
python-version: 3.11
33
- name: Install wpiformat
34
- run: pip3 install wpiformat==2025.69
+ run: pip3 install wpiformat==2025.75
35
- name: Run
36
run: wpiformat
37
- name: Check output
.wpiformat
@@ -2,20 +2,18 @@ cppHeaderFileInclude {
2
\.h$
3
}
4
5
-cppSrcFileInclude {
6
- \.cpp$
7
-}
8
-
9
modifiableFileExclude {
10
\.dll$
11
\.gif$
12
\.ico$
13
\.jpeg$
14
\.jpg$
15
\.mp4$
+ \.pdf$
16
\.png$
17
\.rknn$
18
\.so$
+ \.svg$
19
\.tflite$
20
\.ttf$
21
\.webp$
docs/.wpiformat
0 commit comments