From 2d92fee01b05e5e217e6dad5cc621801c31debae Mon Sep 17 00:00:00 2001 From: yobmod Date: Sun, 28 Feb 2021 18:04:24 +0000 Subject: add py.typed, mypy.ini and git/types.py --- git/py.typed | 0 git/types.py | 6 ++++++ 2 files changed, 6 insertions(+) create mode 100644 git/py.typed create mode 100644 git/types.py (limited to 'git') diff --git a/git/py.typed b/git/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/git/types.py b/git/types.py new file mode 100644 index 00000000..19d20c24 --- /dev/null +++ b/git/types.py @@ -0,0 +1,6 @@ +import os +from typing import Optional, Union, Any + + +TBD = Any +PathLike = Union[str, os.PathLike[str]] \ No newline at end of file -- cgit v1.2.1