Skip to content

Commit

Permalink
build: update deps & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodaher committed May 2, 2024
1 parent bbb65a6 commit 4855ce8
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 240 deletions.
2 changes: 1 addition & 1 deletion gcp_pilot/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def full_key(self) -> str:
def __str__(self) -> str:
# When used in a template, $_NAME should work, but it requires to be isolated by blank spaces
# Thus, we use ${_NAME} by default, because it allows merging with other text.
return "${%s}" % self.full_key
return "${%s}" % self.full_key # noqa: UP031

@property
def _escape(self):
Expand Down
Loading

0 comments on commit 4855ce8

Please sign in to comment.