Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mypy better missing imports #143

Merged
merged 2 commits into from
Aug 16, 2022

Conversation

jenshnielsen
Copy link
Collaborator

This means that mypy will only skip missing imports for modules that we have explicitly marked as known to be missing or non typed. This also found a bug in a test file. These tests dont run automatically since they require the instrument being present

@jenshnielsen
Copy link
Collaborator Author

Note that this will not pass until #142 is merged

@jenshnielsen jenshnielsen force-pushed the mypy_better_missing_imports branch from 546daa5 to 47e9879 Compare August 16, 2022 11:33
@jenshnielsen jenshnielsen merged commit e4b57ba into QCoDeS:master Aug 16, 2022
@jenshnielsen jenshnielsen deleted the mypy_better_missing_imports branch August 16, 2022 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants