From 44893b14b0b70011a94a90cd44234f1904d36da1 Mon Sep 17 00:00:00 2001 From: Sam Freund Date: Mon, 14 Apr 2025 17:00:18 -0500 Subject: [PATCH] Bump Wpiformat (#1892) --- .github/workflows/lint-format.yml | 2 +- photon-lib/py/photonlibpy/py.typed | 1 - website/src/main.ts | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index ddc791a04..b04999f64 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==2025.32 + run: pip3 install wpiformat==2025.33 - name: Run run: wpiformat - name: Check output diff --git a/photon-lib/py/photonlibpy/py.typed b/photon-lib/py/photonlibpy/py.typed index 8b1378917..e69de29bb 100644 --- a/photon-lib/py/photonlibpy/py.typed +++ b/photon-lib/py/photonlibpy/py.typed @@ -1 +0,0 @@ - diff --git a/website/src/main.ts b/website/src/main.ts index a1ea13e27..e69de29bb 100644 --- a/website/src/main.ts +++ b/website/src/main.ts @@ -1 +0,0 @@ -// We don't use javascript, so this is empty