Update mypy to 1.12.0 (#12859)

This commit is contained in:
Sebastian Rittau
2024-10-19 17:45:38 +02:00
committed by GitHub
parent 890a38f424
commit ebdd2c528d
8 changed files with 23 additions and 43 deletions

View File

@@ -1,7 +1,3 @@
# @cached_property that fail to get recognized as such by stubtest
pygit2.config.ConfigEntry.level
pygit2.config.ConfigEntry.raw_name
pygit2.config.ConfigEntry.raw_value
# Actual signatures enforced by C-level checks not visible to stubtest
pygit2.Mailmap.__init__
pygit2.OdbBackend.__init__