From 1996c993c5639a2831b2a932cffe8da9b873addd Mon Sep 17 00:00:00 2001 From: Gold856 <117957790+Gold856@users.noreply.github.com> Date: Tue, 5 Aug 2025 02:00:51 -0400 Subject: [PATCH] Restore mypy checks --- .github/workflows/python.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 86dbb8fb93..53c932ca37 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -42,14 +42,12 @@ jobs: pip install --no-cache-dir dist/*.whl pytest - # Disable due to robotpy issue. See - # https://github.com/PhotonVision/photonvision/issues/1968 - # - name: Run mypy type checking - # uses: liskin/gh-problem-matcher-wrap@v3 - # with: - # linters: mypy - # run: | - # mypy --show-column-numbers --config-file photon-lib/py/pyproject.toml photon-lib + - name: Run mypy type checking + uses: liskin/gh-problem-matcher-wrap@v3 + with: + linters: mypy + run: | + mypy --show-column-numbers --config-file photon-lib/py/pyproject.toml photon-lib - name: Upload artifacts uses: actions/upload-artifact@master