Skip to content

Commit

Permalink
Merge pull request #689 from valory-xyz/fix/check-packages-docstring
Browse files Browse the repository at this point in the history
Fix check-packages command docstring
  • Loading branch information
angrybayblade authored Oct 25, 2023
2 parents 1fb5f4e + 52c0df7 commit 26a7a90
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions aea/cli/check_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,16 +603,7 @@ def check_pypi_dependencies(configuration_file: Path) -> None:
@click.option("--vendor", type=str, default=None, required=False)
@pass_ctx
def check_packages(ctx: Context, vendor: Optional[str]) -> None:
"""
Run different checks on AEA packages.
Namely:
- Check that every package has existing dependencies
- Check that every package has non-empty description
:param ctx: AEA cli context.
:param vendor: filter by author name
"""
"""Run different checks on AEA packages."""
packages_dir = Path(ctx.registry_path).absolute()
all_packages_ids_ = find_all_packages_ids(packages_dir)
failed: bool = False
Expand Down

0 comments on commit 26a7a90

Please sign in to comment.