diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index eade2047e6..1a5124fff0 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