From f2f29b15eff77960e5900f553bdac012563a41f5 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Fri, 20 Sep 2024 18:09:34 -0700 Subject: [PATCH] Upgrade to wpiformat 2024.41 (#634) --- .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 1f9991d9..c86df200 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -24,7 +24,7 @@ jobs: with: python-version: 3.12 - - run: pip3 install wpiformat==2024.40 + - run: pip3 install wpiformat==2024.41 - run: wpiformat @@ -78,7 +78,7 @@ jobs: echo "CXX=clang++" >> $GITHUB_ENV echo "CXXFLAGS=-stdlib=libc++" >> $GITHUB_ENV - - run: pip3 install wpiformat==2024.40 + - run: pip3 install wpiformat==2024.41 - name: Create compile_commands.json run: cmake -B build -S . -DCMAKE_EXPORT_COMPILE_COMMANDS=YES