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

feat!: update gks-common / vrs models #453

Merged
merged 11 commits into from
Oct 30, 2024
Merged

feat!: update gks-common / vrs models #453

merged 11 commits into from
Oct 30, 2024

Conversation

korikuzma
Copy link
Contributor

@korikuzma korikuzma commented Oct 28, 2024

close #452

@korikuzma korikuzma added enhancement New feature or request priority:medium Medium priority labels Oct 28, 2024
@korikuzma korikuzma self-assigned this Oct 28, 2024
@korikuzma korikuzma requested review from a team as code owners October 28, 2024 17:20
@korikuzma
Copy link
Contributor Author

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 = {}
Copy link
Contributor

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.

Copy link
Contributor Author

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.

@korikuzma korikuzma merged commit 08e76ef into main Oct 30, 2024
8 checks passed
@korikuzma korikuzma deleted the issue-452 branch October 30, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:medium Medium priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update core + vrs models
3 participants