From c9b989ac6a6140e1322679a69ffb743e1570d810 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Thu, 27 Nov 2025 11:45:18 -0800 Subject: [PATCH] [ci] Upgrade to wpiformat 2025.77 (#8426) This release associates .cpp and .hpp files as C++ files by default. --- .github/workflows/lint-format.yml | 4 ++-- .wpiformat | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 0365a5d3da..0df4bf356c 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.69 + ${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.77 - 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.69 + ${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.77 - name: Create compile_commands.json run: | ./gradlew generateCompileCommands -Ptoolchain-optional-roboRio diff --git a/.wpiformat b/.wpiformat index b84f74df9d..b62ab07ab4 100644 --- a/.wpiformat +++ b/.wpiformat @@ -4,15 +4,10 @@ cHeaderFileInclude { cppHeaderFileInclude { (?