-
Notifications
You must be signed in to change notification settings - Fork 793
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
refactor(typing): reduce type ignores in api.py
#3480
Merged
Merged
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6adf564 - Browse repository at this point
Copy the full SHA 6adf564View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fb6f1f - Browse repository at this point
Copy the full SHA 1fb6f1fView commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6473ef3 - Browse repository at this point
Copy the full SHA 6473ef3View commit details -
feat(typing): adds
_is_undefined
guardDirect copy from another PR, but is helpful here https://github.com/dangotbanned/altair/blob/d607c70824860ef3478d7d3996d26dc516d69369/altair/vegalite/v5/api.py#L504
Configuration menu - View commit details
-
Copy full SHA for 426336c - Browse repository at this point
Copy the full SHA 426336cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e4fc3 - Browse repository at this point
Copy the full SHA 32e4fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ce7077 - Browse repository at this point
Copy the full SHA 3ce7077View commit details -
Configuration menu - View commit details
-
Copy full SHA for 222f953 - Browse repository at this point
Copy the full SHA 222f953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 419a4e9 - Browse repository at this point
Copy the full SHA 419a4e9View commit details
Commits on Jul 17, 2024
-
fix(typing): Recover
TopLevelMixin.resolve_
return typesI removed these in 6adf564 due to how complex they were getting, but both `mypy` and `pyright` seem happy with this solution
Configuration menu - View commit details
-
Copy full SHA for a9ee865 - Browse repository at this point
Copy the full SHA a9ee865View commit details -
fix(typing): narrow annotated types for
_check_if_valid_subspec
Following investigation during vega#3480 (comment)
Configuration menu - View commit details
-
Copy full SHA for c62be99 - Browse repository at this point
Copy the full SHA c62be99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 281cca7 - Browse repository at this point
Copy the full SHA 281cca7View commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef6497f - Browse repository at this point
Copy the full SHA ef6497fView commit details -
refactor: remove unused
_wrapper_classes
argument fromSchemaBase
Fixes: - vega#3480 (comment) - vega#3480 (comment) - vega#3480 (comment)
Configuration menu - View commit details
-
Copy full SHA for 21a3e84 - Browse repository at this point
Copy the full SHA 21a3e84View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.