From 71409bc3a7fbc31fba6920d33285ee020463c3dd Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sat, 21 Dec 2024 18:31:17 -0800 Subject: [PATCH] [ci] Upgrade to wpiformat 2024.51 (#669) --- .github/workflows/lint-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index df0db42d..9c81b4bb 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -24,7 +24,7 @@ jobs: with: python-version: 3.13 - - run: pip3 install wpiformat==2024.50 + - run: pip3 install wpiformat==2024.51 - run: wpiformat @@ -78,7 +78,7 @@ jobs: echo "CXX=clang++" >> $GITHUB_ENV echo "CXXFLAGS=-stdlib=libc++" >> $GITHUB_ENV - - run: pip3 install wpiformat==2024.50 + - run: pip3 install wpiformat==2024.51 - name: Create compile_commands.json run: cmake -B build -S . -DCMAKE_EXPORT_COMPILE_COMMANDS=YES