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

Improve type checking in sources #230

Merged
merged 3 commits into from
Jul 29, 2023
Merged

Improve type checking in sources #230

merged 3 commits into from
Jul 29, 2023

Conversation

steinitzu
Copy link
Collaborator

Tell us what you do here

  • implementing verified source (please link a relevant issue labelled as verified source)
  • fixing a bug (please link a relevant bug report)
  • improving, documenting, customizing existing source (please link an issue or describe below)
  • anything else (please link an issue or describe below)

Relevant issue

Related to #224

More PR info

  • sources/__init__.py file is deleted, don't think it's needed -> mypy can now follow imports in pipeline scripts and check them properly.
  • Disable ignore_missing_imports by default. Enabling it globally silently ignores any misspelled module names and such -> instead ignore only the specific packages which are missing type hints.

Copy link
Contributor

@rudolfix rudolfix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is so good :)

@rudolfix rudolfix merged commit 7a488e2 into master Jul 29, 2023
8 checks passed
@rudolfix rudolfix deleted the sthor/fix-type-checking branch July 29, 2023 08:18
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