Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Add types to refs#1295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Add types to refs#1295
Changes fromall commits
Commits
Show all changes
22 commits Select commitHold shift + click to select a range
2fa9fb1
update types in types.py
Yobmodcc63210
Add types to refs/tag.py
Yobmod8dd3d0d
Add types to refs/symbolic.py
Yobmod4b9ca92
Add types to refs/remote.py
Yobmod1dd4596
Add types to refs/reference.py
Yobmodae13c6d
Add types to refs/log.py
Yobmod8fc25c6
Add types to refs/head.py
Yobmodac39679
Make types in refs compatible with previous
Yobmod44f0578
Make types in refs compatible with repo
Yobmod29e12e9
Make traversable and serilizable into protocols
Yobmod6609ef7
Make types in refs compatible with objects
Yobmod4545762
rmv python 3.5 checks from tests
Yobmod795d2b1
rmv redundant IOerror except
Yobmod9a587e1
Add flake8-bugbear and -comprehensions to test-requirements.txt
Yobmodf0bc672
Update README.md
Yobmod23066f6
Update README.md
Yobmod9e5e969
Change remaining type comments to py3.6+ types
Yobmode666e3b
Merge branch 'main' of https://github.com/Yobmod/GitPython
Yobmoddcfedb2
update types in types.py
Yobmod8900f2a
Make pathlike a forward ref
Yobmod017b0d4
Add a cast to git.cmd _version_info
Yobmod600df04
Rmv old py2.7 __future__ imports
YobmodFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
5 changes: 3 additions & 2 deletions.flake8
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
20 changes: 11 additions & 9 deletionsREADME.md
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
44 changes: 20 additions & 24 deletionsgit/cmd.py
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
2 changes: 1 addition & 1 deletiongit/compat.py
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
20 changes: 11 additions & 9 deletionsgit/config.py
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
2 changes: 1 addition & 1 deletiongit/db.py
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -17,7 +17,7 @@ | ||
if TYPE_CHECKING: | ||
from git.cmd import Git | ||
# -------------------------------------------------------- | ||
8 changes: 4 additions & 4 deletionsgit/diff.py
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
2 changes: 0 additions & 2 deletionsgit/index/__init__.py
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
"""Initialize the index package""" | ||
# flake8: noqa | ||
from .base import * | ||
from .typ import * |
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.