Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 13, 2025
1 parent d6ee23f commit 8a882ef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ class OutFlags(BaseModel):
)
checkpoint: bool | None = Field(
False,
description="Indicate that the output is associated with "
"in-code checkpoints",
description="Indicate that the output is associated with in-code checkpoints",
)
desc: str | None = Field(
None,
Expand Down Expand Up @@ -53,8 +52,7 @@ class OutFlags(BaseModel):
)
push: bool | None = Field(
True,
description="Whether the output should be pushed to remote "
"during `dvc push`",
description="Whether the output should be pushed to remote during `dvc push`",
)

class Config:
Expand Down

0 comments on commit 8a882ef

Please sign in to comment.