From ca6e307ea5b2b44743f95e2f39e6dde553149fd2 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Fri, 23 Feb 2024 14:12:28 -0800 Subject: [PATCH] [ci] Upgrade wpiformat (#6395) --- .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 436f165076..18057e03ce 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -27,7 +27,7 @@ jobs: with: python-version: 3.8 - name: Install wpiformat - run: pip3 install wpiformat==2023.36 + run: pip3 install wpiformat==2024.32 - name: Run run: wpiformat - name: Check output