FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

This repository was archived by the owner on Jul 26, 2026. It is now read-only.
/ gitdb Public archive

Add __all__ to exc for linting - #98

Merged
Byron merged 1 commit into
gitpython-developers:masterfrom
DeflateAwning:patch-1
Oct 7, 2023
Merged

Add __all__ to exc for linting#98
Byron merged 1 commit into
gitpython-developers:masterfrom
DeflateAwning:patch-1

Conversation

Copy link
Copy Markdown
Contributor

No description provided.

Byron left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Looks good, thank you.

Details
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']

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL