Skip to content

Commit

Permalink
blackify
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 21, 2024
1 parent 6c0a9db commit aca42c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda_smithy/lint_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ def _get_forge_yaml(recipe_dir: Optional[str] = None) -> dict:
return forge_yaml


def lintify_forge_yaml(recipe_dir: Optional[str] = None) -> (list[str], list[str]):
def lintify_forge_yaml(
recipe_dir: Optional[str] = None,
) -> (list[str], list[str]):
forge_yaml = _get_forge_yaml(recipe_dir)
# This is where we validate against the jsonschema and execute our custom validators.
json_lints, json_hints = validate_json_schema(forge_yaml)
Expand Down

0 comments on commit aca42c0

Please sign in to comment.