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

fix: Type fixes and require pyright #302

Merged
merged 17 commits into from
Feb 23, 2024

Conversation

jnumainville
Copy link
Collaborator

@jnumainville jnumainville commented Feb 20, 2024

Fixed remaining type issues and makes pyright a mandatory check via the pre-commit.
Fixes #97

@jnumainville jnumainville requested a review from mofojed February 20, 2024 22:10
@jnumainville jnumainville marked this pull request as ready for review February 20, 2024 22:10
@jnumainville jnumainville requested a review from mofojed February 21, 2024 20:34
@jnumainville jnumainville requested a review from mofojed February 22, 2024 20:30
from typing import TypedDict


class LayerSpecDict(TypedDict, total=False):
Copy link
Member

Choose a reason for hiding this comment

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

Nice

@jnumainville jnumainville merged commit d5d003d into deephaven:main Feb 23, 2024
19 checks passed
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.

Enforce typing on all things (no unknown typing)
2 participants