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 Nov 8, 2023
1 parent f3f19da commit b2d484b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions conda_smithy/lint_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -915,9 +915,7 @@ def run_conda_forge_specific(meta, recipe_dir, lints, hints):

# Combine commenters from both issue comments and review comments
commenters = {comment.user.login for comment in issue_comments}
commenters.update(
{review.user.login for review in review_comments}
)
commenters.update({review.user.login for review in review_comments})

# Check if all maintainers have either commented or are the PR author
non_participating_maintainers = set()
Expand Down

0 comments on commit b2d484b

Please sign in to comment.