Skip to content

Not all type issues show up in integrated problem window #273

@bverhoeve

Description

@bverhoeve

Hi, we are using the mypy type checker plugin as the old Python plugin no longer works with newer versions of VSCode. We're noticing that quite a few problems reported by mypy are not being captured in the integrated problems window. When I check the mypy Output window, there are a lot of issues reported, also when running via the CLI. These do not show up in the problem output.

Trivial typing issues such as a: int = 'a string' get parsed correctly and show up in the problems window. We are using mypy version 1.7.1.

I'd expect all errors to be reported in the problems window.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions