-
Notifications
You must be signed in to change notification settings - Fork 27
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
feat!: update gks-common / vrs models #453
Conversation
This reverts commit 5ebca83.
Sorry... now I'm done |
@@ -25,7 +25,7 @@ class GKSSchemaMapping(BaseModel): | |||
base_classes: set = set() | |||
concrete_classes: set = set() | |||
primitives: set = set() | |||
schema: dict = dict() | |||
schema: dict = {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as a side note, I tried to properly add ruff to vrs-python a few months ago, but the import sort ended up introducing a circular dependency. If it's not doing that anymore, then we could probably get it added in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jsstevenson ah, I don't have ruff added to VRS-Python. I noticed this when working in Cat-VRS-Python, which does have ruff installed.
close #452