Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
gitpython-developers
/
GitPython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
998
Star
5.2k
Code
Issues
6
Pull requests
2
Discussions
Actions
Security and quality
35
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Add types to git/config.py
- #1234
#1234
Merged
Byron
merged 14 commits into
gitpython-developers:main
gitpython-developers/GitPython:main
from
Yobmod:addtypes
Copy head branch name to clipboard
May 13, 2021
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Add types to git/config.py
#1234
Byron
merged 14 commits into
gitpython-developers:main
gitpython-developers/GitPython:main
from
Yobmod:addtypes
Copy head branch name to clipboard
Commits
Commits on May 8, 2021
Add types to config.py CONFIG_LEVELS, MetaParserBuilder.__new__() .needs_values() .set_dirty_and_flush_changes()
Yobmod
committed
efe6833
View commit details
Copy full SHA for efe6833
Browse repository at this point
Add types to config.py class SectionConstraint
Yobmod
committed
6e331a0
View commit details
Copy full SHA for 6e331a0
Browse repository at this point
Add types to config.py class _OMD
Yobmod
committed
e21d96a
View commit details
Copy full SHA for e21d96a
Browse repository at this point
Add types to config.py GitConfigParser .__init__() .aquire_lock()
Yobmod
committed
efc2598
View commit details
Copy full SHA for efc2598
Browse repository at this point
Add types to config.py GitConfigParser .release() ._read() ._has_includes() ._included_paths() .__del__() .__exit__() .__enter__() ._optionform()
Yobmod
committed
94b7ece
View commit details
Copy full SHA for 94b7ece
Browse repository at this point
Commits on May 9, 2021
Add types to config.py GitConfigParser .read()
Yobmod
committed
c6e458c
View commit details
Copy full SHA for c6e458c
Browse repository at this point
Add types to config.py GitConfigParser .write() ._write() .items() .items_all()
Yobmod
committed
ab69b9a
View commit details
Copy full SHA for ab69b9a
Browse repository at this point
Add types to config.py GitConfigParser ._assure_writable .add_section .read_only .get_value .get_values ._string_to_value ._value_to_string .add_value .rename_section
Yobmod
committed
c2f9f4e
View commit details
Copy full SHA for c2f9f4e
Browse repository at this point
Commits on May 12, 2021
Add typing section to cmd.py
Yobmod
committed
3473060
View commit details
Copy full SHA for 3473060
Browse repository at this point
Add types to cmd.py Git
Yobmod
committed
887f249
View commit details
Copy full SHA for 887f249
Browse repository at this point
Add types to cmd.py AutoInterrupt
Yobmod
committed
f1ace25
View commit details
Copy full SHA for f1ace25
Browse repository at this point
Add types to cmd.py CatFileContentStream
Yobmod
committed
39eb0e6
View commit details
Copy full SHA for 39eb0e6
Browse repository at this point
Add types to cmd.py Git
Yobmod
committed
f62c8d8
View commit details
Copy full SHA for f62c8d8
Browse repository at this point
Commits on May 13, 2021
flake8 and mypy fixes
Yobmod
committed
96c4365
View commit details
Copy full SHA for 96c4365
Browse repository at this point
You can’t perform that action at this time.