libgit2 / pygit2

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

Sync type annotations #1203

Closed jorio closed 1 year ago

jorio commented 1 year ago

Just updating the _pygit2.pyi type stubs.

Most importantly, the default value for the "ignored" arg of Repository.status() didn't match the C code.