Description
Describe the bug
Coverage shows me explicit warning when being used with mypy on this:
console: Console = Console()
I don't see the problem with having an explicit type set
Why does it warn against this, can I disable it globally
Also, doing console = Console() doesn't seem to solve the problem as well
To Reproduce
How can we reproduce the problem? Please be specific. Don't link to a failing CI job. Answer the questions be
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
Python 3.13
Mypy and Coverage
mypy src --html-report test
(Or any report)
Same result when I do coverage run mypy src
For reference I've opened a similar issue in the pycoverage repository and they told me it might be a mypy thing