You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Treat warnings as errors, fix pygit2 ls_remotes deprecation
Replace deprecated Remote.ls_remotes() with Remote.list_heads() and
update ref access from dict subscript to attribute access (RemoteHead).
Configure pytest filterwarnings = ["error"] to catch future deprecations.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments