René's URL Explorer Experiment


Title: Upgrade and broaden flake8, fixing style problems and bugs by EliahKagan · Pull Request #1673 · gitpython-developers/GitPython · GitHub

Open Graph Title: Upgrade and broaden flake8, fixing style problems and bugs by EliahKagan · Pull Request #1673 · gitpython-developers/GitPython

X Title: Upgrade and broaden flake8, fixing style problems and bugs by EliahKagan · Pull Request #1673 · gitpython-developers/GitPython

Description: Fixes #1670 Fixes #1671 I've upgraded flake8 in the pre-commit configuration, which automatically upgrades its pycodestyle dependency. This makes it compatible with Python 3.12 (or at least we seem unaffected by any remaining incompatibilities). I've also upgraded its non-default plugins, which are listed there as additional dependencies. I have fixed a warning that was for some reason specific to 3.12 about spacing around +, as well as some new warnings that came in the new version of pycodestyle and new versions of the non-default packages. This included changing == to is and != to is not when comparing type objects, since in all cases it appeared exact type matching was intended (rather than what an issubclass or, under simplification of the surrounding code, isinstance would check). See #1670. I've also broadened flake8 to check the whole project (except the doc/ directory). That is, it now checks the test suite. It issued a number of warnings, and I fixed the code accordingly. Most of these are style changes, but it revealed #1671, which I fixed as described there (by using unittest.mock.patch.dict, which as noted there is okay because it is only in the tests). I then looked for bugs in finally cleanup logic throughout the project, in case anything else like that was present that I could identify and fix. I found no further serious bugs inside test/ while doing this, but I did find some areas I could simplify or otherwise improve, including one place where a throwaway environment variable FOO was never unpatched. I included those changes in this PR, but not any changes to code in git/ other than to fix what flake8 found. One place in git/ that should be changed is a bug that merits fixing in some way, which I opened #1669 for. Other areas of improvement in git/ related to the use of finally are less important, and some of them subjective. I could include them in a fix for #1669 (if I end up fixing it) or in a separate PR, but I've omitted those further changes in git/ from this PR to keep its scope from creeping too large. An area that I think deserves special attention in review is changes I made in parts of the test code that are reflected in built documentation that will be published on readthedocs: Where @NoEffect appeared in code that is copied to automatically generate usage examples in the documentation, I expanded it to # noqa: B015 # @NoEffect. Readability seems still intact, and I am inclined to think this is justified as long as we need to have @NoEffect. However, if @NoEffect is no longer needed, then I think configuring flake8 to disable the specific warning in those two specific test modules would be better, since then neither @NoEffect nor # noqa: B015 would need to appear anywhere in documentation example code. Comprehensions that perform neither mapping nor filtering are only occasionally useful, and almost never when they are list comprehensions: code like [c for c in commits_for_file_generator] should be list(commits_for_file_generator) instead. Expressions of that form appear a number of times in tests from which documentation is automatically generated, and I think changing it in this way is only beneficial. However, since it is a code change that will affect documentation (which might otherwise be unexpected), I do want to call attention to it, too. In most cases I have retained existing noqa comments, and I suspect a number of them could be removed. That could be done at any time, and it was also only to limit scope that I have not tried to do it here. Besides that, however, there is a different reason I have deliberately avoided going further with flake8--for example, by adding it and its extra plugins as development dependencies of the project (they are still only installed by and for pre-commit), running it on CI, enabling more checks, or attempting to get the flake8-type-checking plugin listed in requirements-dev.txt working. The reason is that I think it would be beneficial to replace flake8 in this project with ruff, which is modern, versatile, and extremely fast. (This is also why I have not proposed that we also adopt isort, even though isort is one of my favorite tools: ruff might take care of that, too.)

Open Graph Description: Fixes #1670 Fixes #1671 I've upgraded flake8 in the pre-commit configuration, which automatically upgrades its pycodestyle dependency. This makes it compatible with Python 3.12 (or at least we ...

X Description: Fixes #1670 Fixes #1671 I've upgraded flake8 in the pre-commit configuration, which automatically upgrades its pycodestyle dependency. This makes it compatible with Python 3.12 (or at least...

Opengraph URL: https://github.com/gitpython-developers/GitPython/pull/1673

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:a9864128-a841-ea79-3fd2-e13cff6002ce
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDA5A:2CDBFE:206256:2E3629:6968B089
html-safe-nonce5e043d7ba55390b53077cf6b3fa649de10267a4172bca1a473b88a8db42f1460
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQTVBOjJDREJGRToyMDYyNTY6MkUzNjI5OjY5NjhCMDg5IiwidmlzaXRvcl9pZCI6Ijg5NzcxMDAwNjk4NjQ1MTc3NjkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacd520fbd7870f258630e33e42df3d5b653218885f63d552987e3415eb873a5b29
hovercard-subject-tagpull_request:1524580007
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/gitpython-developers/GitPython/pull/1673/files
twitter:imagehttps://avatars.githubusercontent.com/u/1771172?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/1771172?s=400&v=4
og:image:altFixes #1670 Fixes #1671 I've upgraded flake8 in the pre-commit configuration, which automatically upgrades its pycodestyle dependency. This makes it compatible with Python 3.12 (or at least we ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonefdc7c66bd36a6c12eb8e771e806db863266e573fc299e77f27505a768d4f8a98
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/gitpython-developers/GitPython git https://github.com/gitpython-developers/GitPython.git
octolytics-dimension-user_id503709
octolytics-dimension-user_logingitpython-developers
octolytics-dimension-repository_id1126087
octolytics-dimension-repository_nwogitpython-developers/GitPython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1126087
octolytics-dimension-repository_network_root_nwogitpython-developers/GitPython
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3223a6503d318917691422cdadfbe16cd8fb21e5
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/gitpython-developers/GitPython/pull/1673/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fpull%2F1673%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fpull%2F1673%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=gitpython-developers%2FGitPython
Reloadhttps://github.com/gitpython-developers/GitPython/pull/1673/files
Reloadhttps://github.com/gitpython-developers/GitPython/pull/1673/files
Reloadhttps://github.com/gitpython-developers/GitPython/pull/1673/files
gitpython-developers https://github.com/gitpython-developers
GitPythonhttps://github.com/gitpython-developers/GitPython
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/1673/files
Notifications https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Fork 964 https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Star 5k https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Code https://github.com/gitpython-developers/GitPython
Issues 169 https://github.com/gitpython-developers/GitPython/issues
Pull requests 8 https://github.com/gitpython-developers/GitPython/pulls
Discussions https://github.com/gitpython-developers/GitPython/discussions
Actions https://github.com/gitpython-developers/GitPython/actions
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/gitpython-developers/GitPython/security
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/1673/files
Insights https://github.com/gitpython-developers/GitPython/pulse
Code https://github.com/gitpython-developers/GitPython
Issues https://github.com/gitpython-developers/GitPython/issues
Pull requests https://github.com/gitpython-developers/GitPython/pulls
Discussions https://github.com/gitpython-developers/GitPython/discussions
Actions https://github.com/gitpython-developers/GitPython/actions
Security https://github.com/gitpython-developers/GitPython/security
Insights https://github.com/gitpython-developers/GitPython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fgitpython-developers%2FGitPython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fgitpython-developers%2FGitPython%2Fissues%2Fnew%2Fchoose
Byronhttps://github.com/Byron
gitpython-developers:mainhttps://github.com/gitpython-developers/GitPython/tree/main
EliahKagan:flake8https://github.com/EliahKagan/GitPython/tree/flake8
Conversation 1 https://github.com/gitpython-developers/GitPython/pull/1673
Commits 5 https://github.com/gitpython-developers/GitPython/pull/1673/commits
Checks 0 https://github.com/gitpython-developers/GitPython/pull/1673/checks
Files changed https://github.com/gitpython-developers/GitPython/pull/1673/files
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/1673/files
Upgrade and broaden flake8, fixing style problems and bugs https://github.com/gitpython-developers/GitPython/pull/1673/files#top
Show all changes 5 commits https://github.com/gitpython-developers/GitPython/pull/1673/files
bf7af69 Upgrade flake8 in pre-commit and fix new warnings EliahKagan Sep 21, 2023 https://github.com/gitpython-developers/GitPython/pull/1673/commits/bf7af69306ed8f14b33528165473ca3591a76246
c1ec9cb Update flake8 additional dependencies, fix warning EliahKagan Sep 21, 2023 https://github.com/gitpython-developers/GitPython/pull/1673/commits/c1ec9cbd2a995585e53c90d61ae30102aaaff2a5
48441a9 Lint test/ (not just git/), fix warnings and a bug EliahKagan Sep 21, 2023 https://github.com/gitpython-developers/GitPython/pull/1673/commits/48441a94189494789f751e75f9e1919b9b700b13
98877c5 Refactor "finally" cleanup in tests, fix minor bug EliahKagan Sep 21, 2023 https://github.com/gitpython-developers/GitPython/pull/1673/commits/98877c58cd402ea94d4235ab9d4074db76dca74d
c569320 Make an old mock.patch.dict on os.environ clearer EliahKagan Sep 21, 2023 https://github.com/gitpython-developers/GitPython/pull/1673/commits/c5693204f772102f289c2e4269a399370a38d82b
Clear filters https://github.com/gitpython-developers/GitPython/pull/1673/files
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/1673/files
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/1673/files
.flake8 https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-6951dbb399883798a226c1fb496fdb4183b1ab48865e75eddecf6ceb6cf46442
.pre-commit-config.yaml https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-63a9c44a44acf85fea213a857769990937107cf072831e1a26808cfde9d096b9
base.py https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-44dc32942e129beb7f738ff7d487bfbddb0a7802a91d43c9b8b8952a4d0806bc
log.py https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-06a8205a3aebe461db012c34e9753d67272695696206fa0ab0c0e0a5ec1170bf
base.py https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-3cc1aaf2f1e2bc1341d3f71ceec44b2762b981280b4d162e26327bd558721fe1
util.py https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-cb13395ac36dd593e722ec548880a091f39732af5c934880144d1a95de67944e
helper.py https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-40ae45f85a8b0daaafdc002d6bd2f4c6701b6b248332c67f15d3c15a425de3ba
test_commit.py https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-3c31ae447cf005d000406f21d8ba228d2313390175fbac5be1e21736aaa7fcb0
test_diff.py https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-a4c794e0849bb401148549f5efcaa756477ae6f7c2976d2ebf7cb56ff7850139
test_docs.py https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-e8640c3e0d2b1139c3e2ac635af5416e976b99fb1e2c5b4745830991dc492723
test_git.py https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-84c4b72d5c62026240fad69041a453efc37f7336a89035b69672cce0e8beaca1
test_quick_doc.py https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-670228fbeb03ab4b850298b3bee9724458d1defef49f52e4a8ac8120e7d5aee7
test_remote.py https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-8f71eea0871a97cc5c7757598e3ffaeacb8cd38f6f5f1742e21fd07364d3a698
test_repo.py https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-f50d635cf31b095a03b42fc1a73681a9c4025bbeb58b81e72588ba37e00cff87
test_submodule.py https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-78179a32c1d54a6b78b018ee57328d6ea9424fbfbdbb36caf15e290331621024
.flake8https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-6951dbb399883798a226c1fb496fdb4183b1ab48865e75eddecf6ceb6cf46442
View file https://github.com/EliahKagan/GitPython/blob/c5693204f772102f289c2e4269a399370a38d82b/.flake8
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1673/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-6951dbb399883798a226c1fb496fdb4183b1ab48865e75eddecf6ceb6cf46442
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-6951dbb399883798a226c1fb496fdb4183b1ab48865e75eddecf6ceb6cf46442
.pre-commit-config.yamlhttps://github.com/gitpython-developers/GitPython/pull/1673/files#diff-63a9c44a44acf85fea213a857769990937107cf072831e1a26808cfde9d096b9
View file https://github.com/EliahKagan/GitPython/blob/c5693204f772102f289c2e4269a399370a38d82b/.pre-commit-config.yaml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1673/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-63a9c44a44acf85fea213a857769990937107cf072831e1a26808cfde9d096b9
git/objects/submodule/base.pyhttps://github.com/gitpython-developers/GitPython/pull/1673/files#diff-44dc32942e129beb7f738ff7d487bfbddb0a7802a91d43c9b8b8952a4d0806bc
View file https://github.com/EliahKagan/GitPython/blob/c5693204f772102f289c2e4269a399370a38d82b/git/objects/submodule/base.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1673/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-44dc32942e129beb7f738ff7d487bfbddb0a7802a91d43c9b8b8952a4d0806bc
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-44dc32942e129beb7f738ff7d487bfbddb0a7802a91d43c9b8b8952a4d0806bc
git/refs/log.pyhttps://github.com/gitpython-developers/GitPython/pull/1673/files#diff-06a8205a3aebe461db012c34e9753d67272695696206fa0ab0c0e0a5ec1170bf
View file https://github.com/EliahKagan/GitPython/blob/c5693204f772102f289c2e4269a399370a38d82b/git/refs/log.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1673/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-06a8205a3aebe461db012c34e9753d67272695696206fa0ab0c0e0a5ec1170bf
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-06a8205a3aebe461db012c34e9753d67272695696206fa0ab0c0e0a5ec1170bf
git/repo/base.pyhttps://github.com/gitpython-developers/GitPython/pull/1673/files#diff-3cc1aaf2f1e2bc1341d3f71ceec44b2762b981280b4d162e26327bd558721fe1
View file https://github.com/EliahKagan/GitPython/blob/c5693204f772102f289c2e4269a399370a38d82b/git/repo/base.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1673/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-3cc1aaf2f1e2bc1341d3f71ceec44b2762b981280b4d162e26327bd558721fe1
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-3cc1aaf2f1e2bc1341d3f71ceec44b2762b981280b4d162e26327bd558721fe1
git/util.pyhttps://github.com/gitpython-developers/GitPython/pull/1673/files#diff-cb13395ac36dd593e722ec548880a091f39732af5c934880144d1a95de67944e
View file https://github.com/EliahKagan/GitPython/blob/c5693204f772102f289c2e4269a399370a38d82b/git/util.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1673/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-cb13395ac36dd593e722ec548880a091f39732af5c934880144d1a95de67944e
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-cb13395ac36dd593e722ec548880a091f39732af5c934880144d1a95de67944e
test/lib/helper.pyhttps://github.com/gitpython-developers/GitPython/pull/1673/files#diff-40ae45f85a8b0daaafdc002d6bd2f4c6701b6b248332c67f15d3c15a425de3ba
View file https://github.com/EliahKagan/GitPython/blob/c5693204f772102f289c2e4269a399370a38d82b/test/lib/helper.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1673/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-40ae45f85a8b0daaafdc002d6bd2f4c6701b6b248332c67f15d3c15a425de3ba
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-40ae45f85a8b0daaafdc002d6bd2f4c6701b6b248332c67f15d3c15a425de3ba
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-40ae45f85a8b0daaafdc002d6bd2f4c6701b6b248332c67f15d3c15a425de3ba
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-40ae45f85a8b0daaafdc002d6bd2f4c6701b6b248332c67f15d3c15a425de3ba
test/test_commit.pyhttps://github.com/gitpython-developers/GitPython/pull/1673/files#diff-3c31ae447cf005d000406f21d8ba228d2313390175fbac5be1e21736aaa7fcb0
View file https://github.com/EliahKagan/GitPython/blob/c5693204f772102f289c2e4269a399370a38d82b/test/test_commit.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1673/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-3c31ae447cf005d000406f21d8ba228d2313390175fbac5be1e21736aaa7fcb0
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-3c31ae447cf005d000406f21d8ba228d2313390175fbac5be1e21736aaa7fcb0
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-3c31ae447cf005d000406f21d8ba228d2313390175fbac5be1e21736aaa7fcb0
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-3c31ae447cf005d000406f21d8ba228d2313390175fbac5be1e21736aaa7fcb0
test/test_diff.pyhttps://github.com/gitpython-developers/GitPython/pull/1673/files#diff-a4c794e0849bb401148549f5efcaa756477ae6f7c2976d2ebf7cb56ff7850139
View file https://github.com/EliahKagan/GitPython/blob/c5693204f772102f289c2e4269a399370a38d82b/test/test_diff.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1673/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-a4c794e0849bb401148549f5efcaa756477ae6f7c2976d2ebf7cb56ff7850139
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-a4c794e0849bb401148549f5efcaa756477ae6f7c2976d2ebf7cb56ff7850139
test/test_docs.pyhttps://github.com/gitpython-developers/GitPython/pull/1673/files#diff-e8640c3e0d2b1139c3e2ac635af5416e976b99fb1e2c5b4745830991dc492723
View file https://github.com/EliahKagan/GitPython/blob/c5693204f772102f289c2e4269a399370a38d82b/test/test_docs.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1673/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-e8640c3e0d2b1139c3e2ac635af5416e976b99fb1e2c5b4745830991dc492723
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-e8640c3e0d2b1139c3e2ac635af5416e976b99fb1e2c5b4745830991dc492723
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-e8640c3e0d2b1139c3e2ac635af5416e976b99fb1e2c5b4745830991dc492723
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-e8640c3e0d2b1139c3e2ac635af5416e976b99fb1e2c5b4745830991dc492723
test/test_git.pyhttps://github.com/gitpython-developers/GitPython/pull/1673/files#diff-84c4b72d5c62026240fad69041a453efc37f7336a89035b69672cce0e8beaca1
View file https://github.com/EliahKagan/GitPython/blob/c5693204f772102f289c2e4269a399370a38d82b/test/test_git.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1673/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-84c4b72d5c62026240fad69041a453efc37f7336a89035b69672cce0e8beaca1
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-84c4b72d5c62026240fad69041a453efc37f7336a89035b69672cce0e8beaca1
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-84c4b72d5c62026240fad69041a453efc37f7336a89035b69672cce0e8beaca1
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-84c4b72d5c62026240fad69041a453efc37f7336a89035b69672cce0e8beaca1
test/test_quick_doc.pyhttps://github.com/gitpython-developers/GitPython/pull/1673/files#diff-670228fbeb03ab4b850298b3bee9724458d1defef49f52e4a8ac8120e7d5aee7
View file https://github.com/EliahKagan/GitPython/blob/c5693204f772102f289c2e4269a399370a38d82b/test/test_quick_doc.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1673/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-670228fbeb03ab4b850298b3bee9724458d1defef49f52e4a8ac8120e7d5aee7
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-670228fbeb03ab4b850298b3bee9724458d1defef49f52e4a8ac8120e7d5aee7
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-670228fbeb03ab4b850298b3bee9724458d1defef49f52e4a8ac8120e7d5aee7
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-670228fbeb03ab4b850298b3bee9724458d1defef49f52e4a8ac8120e7d5aee7
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-670228fbeb03ab4b850298b3bee9724458d1defef49f52e4a8ac8120e7d5aee7
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-670228fbeb03ab4b850298b3bee9724458d1defef49f52e4a8ac8120e7d5aee7
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-670228fbeb03ab4b850298b3bee9724458d1defef49f52e4a8ac8120e7d5aee7
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-670228fbeb03ab4b850298b3bee9724458d1defef49f52e4a8ac8120e7d5aee7
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-670228fbeb03ab4b850298b3bee9724458d1defef49f52e4a8ac8120e7d5aee7
test/test_remote.pyhttps://github.com/gitpython-developers/GitPython/pull/1673/files#diff-8f71eea0871a97cc5c7757598e3ffaeacb8cd38f6f5f1742e21fd07364d3a698
View file https://github.com/EliahKagan/GitPython/blob/c5693204f772102f289c2e4269a399370a38d82b/test/test_remote.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1673/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-8f71eea0871a97cc5c7757598e3ffaeacb8cd38f6f5f1742e21fd07364d3a698
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-8f71eea0871a97cc5c7757598e3ffaeacb8cd38f6f5f1742e21fd07364d3a698
test/test_repo.pyhttps://github.com/gitpython-developers/GitPython/pull/1673/files#diff-f50d635cf31b095a03b42fc1a73681a9c4025bbeb58b81e72588ba37e00cff87
View file https://github.com/EliahKagan/GitPython/blob/c5693204f772102f289c2e4269a399370a38d82b/test/test_repo.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1673/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-f50d635cf31b095a03b42fc1a73681a9c4025bbeb58b81e72588ba37e00cff87
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-f50d635cf31b095a03b42fc1a73681a9c4025bbeb58b81e72588ba37e00cff87
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-f50d635cf31b095a03b42fc1a73681a9c4025bbeb58b81e72588ba37e00cff87
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-f50d635cf31b095a03b42fc1a73681a9c4025bbeb58b81e72588ba37e00cff87
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-f50d635cf31b095a03b42fc1a73681a9c4025bbeb58b81e72588ba37e00cff87
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-f50d635cf31b095a03b42fc1a73681a9c4025bbeb58b81e72588ba37e00cff87
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-f50d635cf31b095a03b42fc1a73681a9c4025bbeb58b81e72588ba37e00cff87
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-f50d635cf31b095a03b42fc1a73681a9c4025bbeb58b81e72588ba37e00cff87
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-f50d635cf31b095a03b42fc1a73681a9c4025bbeb58b81e72588ba37e00cff87
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-f50d635cf31b095a03b42fc1a73681a9c4025bbeb58b81e72588ba37e00cff87
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-f50d635cf31b095a03b42fc1a73681a9c4025bbeb58b81e72588ba37e00cff87
test/test_submodule.pyhttps://github.com/gitpython-developers/GitPython/pull/1673/files#diff-78179a32c1d54a6b78b018ee57328d6ea9424fbfbdbb36caf15e290331621024
View file https://github.com/EliahKagan/GitPython/blob/c5693204f772102f289c2e4269a399370a38d82b/test/test_submodule.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/gitpython-developers/GitPython/pull/1673/{{ revealButtonHref }}
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-78179a32c1d54a6b78b018ee57328d6ea9424fbfbdbb36caf15e290331621024
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-78179a32c1d54a6b78b018ee57328d6ea9424fbfbdbb36caf15e290331621024
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-78179a32c1d54a6b78b018ee57328d6ea9424fbfbdbb36caf15e290331621024
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-78179a32c1d54a6b78b018ee57328d6ea9424fbfbdbb36caf15e290331621024
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-78179a32c1d54a6b78b018ee57328d6ea9424fbfbdbb36caf15e290331621024
https://github.com/gitpython-developers/GitPython/pull/1673/files#diff-78179a32c1d54a6b78b018ee57328d6ea9424fbfbdbb36caf15e290331621024
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.