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] authored and huxuan committed Apr 20, 2024
1 parent 64b1320 commit 947f258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipx/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def package_is_url(package: str, raise: bool = True): -> bool
if not raise:
return True
raise PipxError("Package cannot be a URL. A valid package name should be passed instead.")
return False
return False


def run_pipx_command(args: argparse.Namespace, subparsers: Dict[str, argparse.ArgumentParser]) -> ExitCode: # noqa: C901
Expand Down

0 comments on commit 947f258

Please sign in to comment.