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] committed Mar 18, 2024
1 parent b8cbf63 commit d476e3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions aiida_registry/fetch_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ def get_git_commits_count(repo_name):
return int(commits_count)


def complete_plugin_data(
plugin_data: dict, fetch_pypi=True, fetch_pypi_wheel=True
): # pylint: disable=too-many-branches,too-many-statements
def complete_plugin_data(plugin_data: dict, fetch_pypi=True, fetch_pypi_wheel=True): # pylint: disable=too-many-branches,too-many-statements
"""Update plugin data dictionary.
* add metadata, aiida_version and entrypoints from plugin_info
Expand Down

0 comments on commit d476e3a

Please sign in to comment.