From 718f2f7ccdbe0e7c6431fd1af2c65aa467ca7772 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Tue, 16 Dec 2025 22:20:21 -0800 Subject: [PATCH] [ci] Upgrade to wpiformat 2025.79 (#8491) wpiformat now skips binary files matching a list of extensions. https://github.com/wpilibsuite/styleguide/blob/main/wpiformat/wpiformat/__init__.py#L483-L504 --- .github/workflows/lint-format.yml | 4 ++-- .wpiformat | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 810693c67b..bdf0e4ff17 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -36,7 +36,7 @@ jobs: - name: Install wpiformat run: | python -m venv ${{ runner.temp }}/wpiformat - ${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.78 + ${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.79 - name: Run run: ${{ runner.temp }}/wpiformat/bin/wpiformat -default-branch 2027 - name: Check output @@ -78,7 +78,7 @@ jobs: - name: Install wpiformat run: | python -m venv ${{ runner.temp }}/wpiformat - ${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.78 + ${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.79 - name: Create compile_commands.json run: | ./gradlew generateCompileCommands -Ptoolchain-optional-roboRio diff --git a/.wpiformat b/.wpiformat index 246c0d3181..321986ad92 100644 --- a/.wpiformat +++ b/.wpiformat @@ -28,10 +28,6 @@ generatedFileExclude { } modifiableFileExclude { - \.icns$ - \.ico$ - \.jinja$ - gradlew objcpp/ wpimath/src/test/native/cpp/UnitsTest\.cpp$ wpiutil/src/main/native/cpp/fs\.cpp$