-
Notifications
You must be signed in to change notification settings - Fork 2
refactor: add validation to project blueprints #345
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: add validation to project blueprints #345
Conversation
b5b9b54 to
274052e
Compare
4694d00 to
f49cd19
Compare
274052e to
be18fd1
Compare
f49cd19 to
24bc452
Compare
be18fd1 to
e15f658
Compare
24bc452 to
d21d12a
Compare
e15f658 to
fc708bd
Compare
d21d12a to
c858d50
Compare
fc708bd to
c0912b7
Compare
fb54287 to
340974f
Compare
| @dataclass(frozen=True, eq=True, kw_only=True) | ||
| class UnsavedSessionLauncher(BaseModel): |
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.
suggestion: Same as above there is no reason to use pydantic here. The model validator below can just be a dataclass __post_init__ method.
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.
c0912b7 to
f9e1096
Compare
340974f to
c5c79ac
Compare
c5c79ac to
9fa160e
Compare
e7932fc to
56d6b86
Compare
9fa160e to
405c2e8
Compare
56d6b86 to
5a32c11
Compare
|
This change is part of the following stack: Change managed by git-spice. |
405c2e8 to
1f06994
Compare
5a32c11 to
b54659b
Compare
1f06994 to
ed94ebe
Compare
ed94ebe to
aa80d4a
Compare
8dbfc73 to
4803f45
Compare
aa80d4a to
def8f59
Compare
def8f59
into
refactor/304-add-validation-to-repos-sessions-storage
No description provided.