Skip to content

Commit

Permalink
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 1, 2025
1 parent c7c15c5 commit 74cfa6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/airflow/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,9 @@ def test_airflow_kwargs_generation():
"group_id": "fake_group_id",
"project_dir": SAMPLE_PROJ_PATH,
"conn_id": "fake_conn",
"render_config": RenderConfig(select=["fake-render"], enable_resource_grouping=True, source_rendering_behavior=SOURCE_RENDERING_BEHAVIOR),
"render_config": RenderConfig(
select=["fake-render"], enable_resource_grouping=True, source_rendering_behavior=SOURCE_RENDERING_BEHAVIOR
),
"default_args": {"retries": 2},
"profile_config": ProfileConfig(
profile_name="default",
Expand Down

0 comments on commit 74cfa6a

Please sign in to comment.