Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork941
More types for symbolic.py#1307
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
Changes fromall commits
Commits
Show all changes
27 commits Select commitHold shift + click to select a range
3347c00
change ordereddict guard, add type: ignore
Yobmod77a7769
Merge branch 'main' of https://github.com/Yobmod/GitPython
Yobmod28fdd30
Fix SymbolicReference reference typing
Yobmod3abc837
Add another type ignore for Ordereddict
Yobmod6791424
Rmv py 3.10 check for typing.Ordereddict - its deprecated then, but w…
Yobmodc464e33
Fix some SymbolicReference types
Yobmod7cf30c1
Fix forwardref
Yobmod5b880c0
Fix more missing types in Symbolic.py
Yobmod07d71e5
Fix more missing types in Symbolic.py
Yobmodb8b07b9
Fix more missing types in Symbolic.py.
Yobmod390efbf
Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck
Yobmod070f5c0
Rmv test file
Yobmodadc00dd
Fix more missing types in Symbolic.py, cos GuthubActions pytest stuck
Yobmod28251c3
Try downgrading pip
Yobmoddbb689b
its not pip...
Yobmodcf29514
try https://github.com/actions/virtual-environments/issues/709 workar…
Yobmodf1e6e8d
Merge branch 'main' of https://github.com/Yobmod/GitPython
Yobmod15d1c01
Add type to symbolicreference.name()
Yobmod34e9850
Add type to symbolicreference.iter_items()
Yobmod265d40b
Add type to symbolicreference.rename()
Yobmodbdd6a43
Add type to symbolicreference.__repr__()
Yobmod1f92267
Add type to symbolicreference._get_ref_info()
Yobmodad4517f
Add type to symbolicreference._get_packed_refs_path()
Yobmod6b0faba
Add type to symbolicreference.dereference_recursive()
Yobmod7e972b9
Add type to symbolicreference.dereference_recursive()
Yobmod24c1242
Add type to symbolicreference()
Yobmod8eedc9d
Add type to symbolicreference.get_()
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
1 change: 1 addition & 0 deletions.github/workflows/pythonpackage.yml
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
4 changes: 2 additions & 2 deletionsgit/refs/remote.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
75 changes: 37 additions & 38 deletionsgit/refs/symbolic.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 deletionpyproject.toml
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
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.