ValentinFrancois / python-gitlab-submodule

List project submodules and get the commits they point to with python-gitlab
Apache License 2.0
3 stars 3 forks source link

add py.typed to enable type checking #28

Open dyitzchaki-roku opened 1 month ago

dyitzchaki-roku commented 1 month ago

Since this library seems already typed, can you please add a py.typed file as described in https://peps.python.org/pep-0561/#packaging-type-information to enable type checking for users?