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