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
Consider adding a committish type or a hash type so that the type hints are more useful. Right now a lot of strings are passed around, so have to look at code to see what that string is. E g. very simple class Committish(str): pass that would make it a lot clearer what was being returned/consumed.
The text was updated successfully, but these errors were encountered:
Consider adding a committish type or a hash type so that the type hints are more useful. Right now a lot of strings are passed around, so have to look at code to see what that string is. E g. very simple class Committish(str): pass that would make it a lot clearer what was being returned/consumed.
The text was updated successfully, but these errors were encountered: