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

Update mypy.yml #26

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Update mypy.yml #26

merged 1 commit into from
Jun 4, 2024

Conversation

giovanni-guidini
Copy link
Contributor

Running mypy in the worker always fails (the command, not the type checks, but those fail too). I believe that it's because of how mypy processes imports. I was able to fix it locally by using the --explicit-package-bases option. But to be able to pass that in the CI we need to expand this a little bit.

Running `mypy` in the worker always fails (the command, not the type checks, but those fail too). I believe that it's because of how mypy processes imports.
I was able to fix it locally by using the `--explicit-package-bases` option. But to be able to pass that in the CI we need to expand this a little bit.
@giovanni-guidini giovanni-guidini merged commit 00043f8 into main Jun 4, 2024
1 check passed
@giovanni-guidini giovanni-guidini deleted the gio/extend-mypy-workflow branch June 4, 2024 13:44
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