Lyra
Lyra
Having the same issue even without dual boot Installed it a week ago and I'm using Nvidia 4070 ti
I do have my configuration stored in pyproject, but diff-cover ignores that configuration What I'm trying to say is when I do ignore_missing_imports, allow_untyped_globals or do any kind of ignore...
``` STATIC_TYPING_PYTHON_VERSION=3.13 FAIL_THRESHOLD=100 MYPY_ARGS="--explicit-package-bases --strict --follow-imports=silent --ignore-missing-imports --check-untyped-defs --disallow-untyped-calls --disallow-untyped-defs --warn-unused-ignores --warn-return-any --python-version ${STATIC_TYPING_PYTHON_VERSION}" mypy $MYPY_ARGS --cobertura-xml-report mypy_report --no-error-summary . || echo "ignore errors" diff-cover mypy_report/cobertura.xml --compare-branch origin/$MAIN_BRANCH --fail-under=$FAIL_THRESHOLD ```...