Skip to content

Mypy's result does not refresh after the first execution #8348

@linette-zyy

Description

@linette-zyy

Environment
Image

Steps to Reproduce

  1. Create a new python application
  2. In the project, import these 2 modules that do not exist:
import test_hello
import hello
Image
  1. Add new item, mypy configuration file(mypy.ini)
# Ignore missing imports in modules 'test_hello'
[mypy-test_hello]
ignore_missing_imports = True
Image 4. Run Mypy Image

On the error list, it showed
Image

  1. Delete the mypy.ini, run Mypy again

Expected behavior
Mypy's result refresh, it should show like this.
Image

Additional context and screenshots
Mypy's result does not refresh after the first execution
If we want to refresh the result, we must create a new project or change activate environment.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions