From 77e5545eef48433ff2a9ed0f9e5f3ed05f448d2d Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sun, 16 Nov 2025 22:48:36 -0800 Subject: [PATCH] [ci] Upgrade to wpiformat 2025.69 (#2193) --- .github/workflows/lint-format.yml | 2 +- .styleguide => .wpiformat | 0 .styleguide-license => .wpiformat-license | 0 docs/{.styleguide => .wpiformat} | 0 photon-lib/{.styleguide-license => .wpiformat-license} | 0 .../{.styleguide-license => .wpiformat-license} | 0 .../{.styleguide-license => .wpiformat-license} | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename .styleguide => .wpiformat (100%) rename .styleguide-license => .wpiformat-license (100%) rename docs/{.styleguide => .wpiformat} (100%) rename photon-lib/{.styleguide-license => .wpiformat-license} (100%) rename photonlib-cpp-examples/{.styleguide-license => .wpiformat-license} (100%) rename photonlib-java-examples/{.styleguide-license => .wpiformat-license} (100%) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index eade2047e..1a5124fff 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -31,7 +31,7 @@ jobs: with: python-version: 3.11 - name: Install wpiformat - run: pip3 install wpiformat==2025.48 + run: pip3 install wpiformat==2025.69 - name: Run run: wpiformat - name: Check output diff --git a/.styleguide b/.wpiformat similarity index 100% rename from .styleguide rename to .wpiformat diff --git a/.styleguide-license b/.wpiformat-license similarity index 100% rename from .styleguide-license rename to .wpiformat-license diff --git a/docs/.styleguide b/docs/.wpiformat similarity index 100% rename from docs/.styleguide rename to docs/.wpiformat diff --git a/photon-lib/.styleguide-license b/photon-lib/.wpiformat-license similarity index 100% rename from photon-lib/.styleguide-license rename to photon-lib/.wpiformat-license diff --git a/photonlib-cpp-examples/.styleguide-license b/photonlib-cpp-examples/.wpiformat-license similarity index 100% rename from photonlib-cpp-examples/.styleguide-license rename to photonlib-cpp-examples/.wpiformat-license diff --git a/photonlib-java-examples/.styleguide-license b/photonlib-java-examples/.wpiformat-license similarity index 100% rename from photonlib-java-examples/.styleguide-license rename to photonlib-java-examples/.wpiformat-license