libgit2 / pygit2

Python bindings for libgit2
https://www.pygit2.org/
Other
1.58k stars 382 forks source link

Fix type hints not found by Mypy #1257

Closed Delgan closed 6 months ago

Delgan commented 6 months ago

This should fix #1256.

Delgan commented 6 months ago

Closing as I now realize the type hints are intended for the internal C API, not the end-user. Sorry.