Skip to content

Commit

Permalink
chore: 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 Aug 31, 2023
1 parent f2f2480 commit e6b9ae9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 3 additions & 7 deletions examples/playbooks/vars/transform_nested_data.transformed.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
---
sequence:
-
-
- 111
- - - 111
- 112
- 12
-
- 21
-
- 221
- - 21
- - 221
5 changes: 4 additions & 1 deletion test/test_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ def fixture_runner_result(
id="jinja_spacing",
),
pytest.param(
"examples/playbooks/vars/transform_nested_data.yml", 3, True, id="nested"
"examples/playbooks/vars/transform_nested_data.yml",
3,
True,
id="nested",
),
),
)
Expand Down

0 comments on commit e6b9ae9

Please sign in to comment.