Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed Apr 10, 2024
1 parent a674cf7 commit 7678659
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/utils/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,9 @@ def without(d: dict, key: str) -> dict:
),
],
)
def test_repo_data_json_schema_bad_data(categories: list[str], data: dict, expectation_1, expectation_2):
def test_repo_data_json_schema_bad_data(
categories: list[str], data: dict, expectation_1, expectation_2
):
"""Test validating https://data-v2.hacs.xyz/xxx/data.json."""
for category in categories:
with expectation_1:
Expand Down

0 comments on commit 7678659

Please sign in to comment.