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
.
release-engineering
/
pushsource
Public
Notifications
You must be signed in to change notification settings
Fork
25
Star
3
Code
Issues
0
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add type information to pushsource
- #207
#207
Draft
AvlWx2014
wants to merge 20 commits into
release-engineering:master
release-engineering/pushsource:master
from
AvlWx2014:type-hints
AvlWx2014/pushsource:type-hints
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Draft
Add type information to pushsource
#207
AvlWx2014
wants to merge 20 commits into
release-engineering:master
release-engineering/pushsource:master
from
AvlWx2014:type-hints
AvlWx2014/pushsource:type-hints
Copy head branch name to clipboard
Commits
Commits on Dec 10, 2021
Add stub files for all model classes except those for retrofitting attrs
Show description for 7e0a42c
AvlWx2014
committed
7e0a42c
View commit details
Copy full SHA for 7e0a42c
Browse repository at this point
Run Black over code, since pre-commit hook was not yet installed
AvlWx2014
committed
e57b42c
View commit details
Copy full SHA for e57b42c
Browse repository at this point
Add missing stub file for erratum.py
AvlWx2014
committed
1a85b56
View commit details
Copy full SHA for 1a85b56
Browse repository at this point
Remove stub for __str__ since the stdlib covers that
AvlWx2014
committed
48b25a1
View commit details
Copy full SHA for 48b25a1
Browse repository at this point
Commits on Dec 21, 2021
Add py.typed marker file to top-level package per PEP-561
AvlWx2014
committed
9636c86
View commit details
Copy full SHA for 9636c86
Browse repository at this point
Fix import errors
AvlWx2014
committed
66a4172
View commit details
Copy full SHA for 66a4172
Browse repository at this point
Commits on Jan 7, 2022
Remove BuildInfo TypeVar; Add PushItem TypeVars for collections
AvlWx2014
committed
b07c9db
View commit details
Copy full SHA for b07c9db
Browse repository at this point
Add MaybeString type to type_aliases
AvlWx2014
committed
e920670
View commit details
Copy full SHA for e920670
Browse repository at this point
Stub source.py
AvlWx2014
committed
f80fc7d
View commit details
Copy full SHA for f80fc7d
Browse repository at this point
Stub errata_source package
AvlWx2014
committed
a995b4a
View commit details
Copy full SHA for a995b4a
Browse repository at this point
Commits on Jan 10, 2022
Finish stubbing the top-level modules in the backend package
AvlWx2014
committed
67585ba
View commit details
Copy full SHA for 67585ba
Browse repository at this point
Commits on Jan 11, 2022
Rename PullSpec types to ContainerImagePullSpec
AvlWx2014
committed
371485e
View commit details
Copy full SHA for 371485e
Browse repository at this point
Annotate modules in backend.staged package
AvlWx2014
committed
d9dc2f2
View commit details
Copy full SHA for d9dc2f2
Browse repository at this point
Add missing Json* types
AvlWx2014
committed
4fcd047
View commit details
Copy full SHA for 4fcd047
Browse repository at this point
Run Black over code. Need to investigate pre-commit hook not working
AvlWx2014
committed
d791837
View commit details
Copy full SHA for d791837
Browse repository at this point
Commits on Jan 12, 2022
Update src/pushsource/_impl/backend/registry_source.pyi
Show description for 4c9df5d
AvlWx2014
and
rohanpm
authored
4c9df5d
View commit details
Copy full SHA for 4c9df5d
Browse repository at this point
Commits on Jan 15, 2022
Move type_aliases to _impl package
AvlWx2014
committed
9096672
View commit details
Copy full SHA for 9096672
Browse repository at this point
Remove uses of NoReturn as it was being used incorrectly
AvlWx2014
committed
0cae6ff
View commit details
Copy full SHA for 0cae6ff
Browse repository at this point
Resolve some TODOs
AvlWx2014
committed
ecf2852
View commit details
Copy full SHA for ecf2852
Browse repository at this point
Cache should be MutableMapping, not Mapping
AvlWx2014
committed
02e6101
View commit details
Copy full SHA for 02e6101
Browse repository at this point
You can’t perform that action at this time.