We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f094c commit b5c834aCopy full SHA for b5c834a
1 file changed
.github/workflows/pythonpackage.yml
@@ -102,8 +102,6 @@ jobs:
102
MYPY_FORCE_COLOR: "1"
103
TERM: "xterm-256color" # For color: https://github.com/python/mypy/issues/13817
104
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.
107
108
- name: Test with pytest
109
run: |
0 commit comments