Skip to content

Commit ae73156

Browse files
committed
!squash pyproject: Pack src/vcspull/py.typed
1 parent 3e9ac0c commit ae73156

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vcspull/types.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ class Config(t.TypedDict):
2626
Used for untyped access to config data before parsing.
2727
"""
2828

29-
settings: t.Optional[t.Dict[str, t.Any]]
30-
repositories: t.Optional[t.List[t.Dict[str, t.Any]]]
31-
includes: t.Optional[t.List[str]]
29+
settings: dict[str, t.Any] | None
30+
repositories: list[dict[str, t.Any]] | None
31+
includes: list[str] | None

0 commit comments

Comments
 (0)