Skip to content

Commit 1996c99

Browse files
Gold856samfreund
authored andcommitted
Restore mypy checks
1 parent 7cb3b7a commit 1996c99

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/python.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,12 @@ jobs:
4242
pip install --no-cache-dir dist/*.whl
4343
pytest
4444
45-
# Disable due to robotpy issue. See
46-
# https://github.com/PhotonVision/photonvision/issues/1968
47-
# - name: Run mypy type checking
48-
# uses: liskin/gh-problem-matcher-wrap@v3
49-
# with:
50-
# linters: mypy
51-
# run: |
52-
# mypy --show-column-numbers --config-file photon-lib/py/pyproject.toml photon-lib
45+
- name: Run mypy type checking
46+
uses: liskin/gh-problem-matcher-wrap@v3
47+
with:
48+
linters: mypy
49+
run: |
50+
mypy --show-column-numbers --config-file photon-lib/py/pyproject.toml photon-lib
5351
5452
- name: Upload artifacts
5553
uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)