◐ Shell
clean mode source ↗

Add __all__ to exc for linting by DeflateAwning · Pull Request #98 · gitpython-developers/gitdb

In [1]: import gitdb

In [2]: dir(gitdb.exc)
Out[2]:
['AmbiguousObjectName',
 'BadName',
 'BadObject',
 'BadObjectType',
 'InvalidDBRoot',
 'ODBError',
 'ParseError',
 'UnsupportedOperation',
 '__builtins__',
 '__cached__',
 '__doc__',
 '__file__',
 '__loader__',
 '__name__',
 '__package__',
 '__spec__',
 'to_hex_sha']