Skip to content

Commit

Permalink
feedback resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
TunahanGuler committed Dec 18, 2024
1 parent bc79835 commit d41db8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
class BitbucketBranchType(BranchType):
"""Bitbucket branch information as returned by the API."""

"Contains commit(ed)-date"
commit: dict[str, str]
default: bool
merged: bool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@

BITBUCKET = Source(
name="Bitbucket",
description="Bitbucket Cloud is a Git based code hosting and collaboration tool, built for teams."
"Bitbucket's best-in-class Jira and Trello integrations are designed to bring the entire software team together to execute on a project.",
description="Bitbucket is a Git-based source code hosting and collaboration tool, built for teams.",
url=HttpUrl("https://bitbucket.org/product/guides/getting-started/overview#a-brief-overview-of-bitbucket/"),
documentation={},
parameters={
Expand Down

0 comments on commit d41db8c

Please sign in to comment.