Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 3, 2025
1 parent 9efa03e commit 53f3f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/model/v2/test_provisioner_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _model_provisioner_allows_ansible_section_data(): # type: ignore[no-untyped

@pytest.mark.parametrize(
"config",
[("_model_provisioner_allows_ansible_section_data")], # noqa: PT007
["_model_provisioner_allows_ansible_section_data"], # noqa: PT007
indirect=True,
)
def test_provisioner_allows_name(config): # type: ignore[no-untyped-def] # noqa: ANN201, D103
Expand Down

0 comments on commit 53f3f0a

Please sign in to comment.