Skip to content

Commit

Permalink
fixup! chore: some new ruff lints
Browse files Browse the repository at this point in the history
  • Loading branch information
tigarmo committed May 31, 2024
1 parent 4ddfa3b commit 63e4004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion craft_application/remote/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def _init_repo(self) -> None:
f"Could not initialize a git repository in {str(self.path)!r}."
) from error

def push_url( # noqa: PLR0912 (too many branches)
def push_url( # noqa: PLR0912 (too-many-branches)
self,
remote_url: str,
remote_branch: str,
Expand Down

0 comments on commit 63e4004

Please sign in to comment.