Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Drop 3.6, increase type strictness#1311
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
36 commits Select commitHold shift + click to select a range
39d37d5
replace some TBDs wiht runtime types
Yobmodc878771
replace more TBDs wiht runtime types
Yobmod009017e
Merge branch 'gitpython-developers:main' into main
Yobmod2163322
increase mypy strictness (warn unused ignored)
Yobmod0525c17
Merge branch 'main' of https://github.com/Yobmod/GitPython
Yobmod91fce33
increase mypy strictness (warn unused ignored and warn unreachable)
Yobmod15ace87
rmv 3.6 from CI matrix
Yobmodbef2182
rmv 3.6 from setup.py
Yobmod270c3d7
rmv 3.6 README
Yobmodc3f3501
Add __future__.annotations to cmd.py
Yobmod829142d
Add __future__.annotations to cmd.py2
Yobmod13e0730
Fix parse_date typing
Yobmod730f119
Fix parse_date typing 2
Yobmod2fe13ca
Fix parse_date typing 3
Yobmod024b696
Fix parse_date typing 4
Yobmode2f8367
Fix parse_date typing 5
Yobmodd30bc07
Fix parse_date typing 6
Yobmod6470ad4
Fix parse_date typing 7
Yobmod481f672
Add __future__.annotations to repo/base.py
Yobmod9de7310
Minor type fixes
Yobmod5647d58
Merge branch 'gitpython-developers:main' into main
Yobmodf34a39f
Test new union syntax (Pep604)
Yobmod3b53d28
Merge branch 'main' of https://github.com/Yobmod/GitPython
Yobmod4dd06c3
Test trailing comma in args (>py3.6?)
Yobmod94ae0c5
Test Dataclass in repo.base.blame()
Yobmoda3f5b13
Test Dataclass in repo.base.blame() 2
Yobmoda2a36e0
Test Dataclass in repo.base.blame() 3
Yobmoded137cb
Test TypedDict in repo.base.blame() 2
Yobmode4761ff
Test TypedDict in repo.base.blame() 1
Yobmod1aaa704
Test Dataclass in repo.base.blame() 4
Yobmodbc9bcf5
Test Dataclass in repo.base.blame() 5
Yobmodad417ba
Test Dataclass in repo.base.blame() 6
Yobmodecb1f79
Choose TypedDict!
Yobmod5aa8c34
Improve type of repo.blame_incremental()
Yobmod8b8aa16
Improve type of repo.currently_rebasing_on()
Yobmod84232f7
Add Typing :: Typed to setup.py
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
2 changes: 1 addition & 1 deletion.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
87 changes: 42 additions & 45 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
6 changes: 4 additions & 2 deletionsdoc/source/intro.rst
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
37 changes: 17 additions & 20 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
18 changes: 0 additions & 18 deletionsgit/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
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.