Skip to content

Commit b5c834a

Browse files
committed
Remve comment about skipping mypy
1 parent a1f094c commit b5c834a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ jobs:
102102
MYPY_FORCE_COLOR: "1"
103103
TERM: "xterm-256color" # For color: https://github.com/python/mypy/issues/13817
104104
PYTHON_VERSION: ${{ matrix.python-version }}
105-
# With new versions of mypy new issues might arise. This is a problem if there is
106-
# nobody able to fix them, so we have to ignore errors until that changes.
107105

108106
- name: Test with pytest
109107
run: |

0 commit comments

Comments
 (0)