We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec91045 commit b56e529Copy full SHA for b56e529
tests/unit/config/test_loader_property.py
@@ -230,7 +230,7 @@ def test_load_save_roundtrip(
230
def test_include_resolution(
231
self,
232
main_config: VCSPullConfig,
233
- included_configs: t.List[VCSPullConfig],
+ included_configs: list[VCSPullConfig],
234
tmp_path: pathlib.Path,
235
) -> None:
236
"""Test that include resolution properly merges configurations."""
@@ -275,7 +275,7 @@ def test_include_resolution(
275
)
276
def test_nested_includes_resolution(
277
278
- configs: t.List[VCSPullConfig],
+ configs: list[VCSPullConfig],
279
280
281
"""Test that nested includes are resolved properly."""
0 commit comments