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

Disallow untyped calls #1811

Merged
merged 2 commits into from
May 3, 2024
Merged

Conversation

dstansby
Copy link
Contributor

This tightens up mypy again, disallowing untyped calls. As with other PRs I made some simple fixes, and put the more complex sub-modules in a list to ignore this error which we can fix one at a time in subsequent PRs.

Copy link
Member

@jhamman jhamman left a comment

Choose a reason for hiding this comment

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

Looks great @dstansby!

[[tool.mypy.overrides]]
module = [
"zarr.v2._storage.store",
"zarr.v2._storage.v3_storage_transformers",
"zarr.v2.*",
Copy link
Member

Choose a reason for hiding this comment

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

❤️

@dstansby dstansby mentioned this pull request Apr 24, 2024
16 tasks
@jhamman
Copy link
Member

jhamman commented May 2, 2024

@dstansby - mind sorting the conflict here?

@dstansby
Copy link
Contributor Author

dstansby commented May 3, 2024

👍 done

@jhamman jhamman merged commit f44fd09 into zarr-developers:v3 May 3, 2024
14 checks passed
@jhamman jhamman added V3 Affects the v3 branch types labels Jun 1, 2024
@jhamman jhamman added this to the 3.0.0.alpha milestone Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
types V3 Affects the v3 branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants