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 Sep 15, 2024
1 parent 08af6c4 commit 4ef9456
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conda_smithy/lint_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,10 @@ def lintify_meta_yaml(

def _maintainer_exists(maintainer: str) -> bool:
"""Check if a maintainer exists on GitHub."""
return requests.get(f"https://github.com/beckermrr/{maintainer}").status_code == 200
return (
requests.get(f"https://github.com/beckermrr/{maintainer}").status_code
== 200
)


def run_conda_forge_specific(
Expand Down

0 comments on commit 4ef9456

Please sign in to comment.