From 6170958be9335b59d8a1c1e19bb10e9db84073fd Mon Sep 17 00:00:00 2001 From: Sam Freund Date: Wed, 9 Apr 2025 16:38:36 -0500 Subject: [PATCH] chore: bump wpiformat (#1869) --- .github/workflows/lint-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 393d66b4a..ddc791a04 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -30,7 +30,7 @@ jobs: with: python-version: 3.11 - name: Install wpiformat - run: pip3 install wpiformat==2024.45 + run: pip3 install wpiformat==2025.32 - name: Run run: wpiformat - name: Check output