-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
dev reviewNeeds verification from a developerNeeds verification from a developer
Description
Describe the bug (Tell us what happens instead of the expected behavior) :
When using "Mypy Type Checker" extension in VSCode many errors for import-untyped are displayed. Like these
- Library stubs not installed for "pandas"
- Skipping analyzing "django.conf": module is installed, but missing library stubs or py.typed marker
I don't believe there's a way to easily resolve these and mypy.ini in the root level could probably just be configured to ignore these.
This might just be
ignore_errors = import-untyped
But perhaps we can be more specific about this?
Steps to Reproduce :
- Launch VSCode and install the extension mentioned
- Open a file that imports any django files
- You'll should errors if not disabled.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dev reviewNeeds verification from a developerNeeds verification from a developer
