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
Accelerator
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
.
python
/
mypy
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
3.3k
Star
20.6k
Code
Issues
2.7k
Pull requests
477
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
✨ Added new Error to TypedDict
- #14225
#14225
Merged
ilevkivskyi
merged 20 commits into
python:master
python/mypy:master
from
JoaquimEsteves:master
JoaquimEsteves/mypy:master
Copy head branch name to clipboard
Jan 27, 2023
Conversation
Commits
20
(20)
Checks
Files changed
Merged
✨ Added new Error to TypedDict
#14225
ilevkivskyi
merged 20 commits into
python:master
python/mypy:master
from
JoaquimEsteves:master
JoaquimEsteves/mypy:master
Copy head branch name to clipboard
Commits
Commits on Nov 30, 2022
✨ Added new Error to TypedDict
Show description for c7824be
JoaquimEsteves
committed
c7824be
View commit details
Copy full SHA for c7824be
Browse repository at this point
🐛 Fixed 'missing keys' not being reported
JoaquimEsteves
committed
f19a7f7
View commit details
Copy full SHA for f19a7f7
Browse repository at this point
🐛 Early return in case there's missing or extra keys
JoaquimEsteves
committed
2a4220c
View commit details
Copy full SHA for 2a4220c
Browse repository at this point
🧑🔬 Fixed simple error-code tests
Show description for fcf4909
JoaquimEsteves
committed
fcf4909
View commit details
Copy full SHA for fcf4909
Browse repository at this point
Commits on Dec 2, 2022
Update test-data/unit/check-typeddict.test
Show description for deb6543
JoaquimEsteves
and
ilevkivskyi
authored
deb6543
View commit details
Copy full SHA for deb6543
Browse repository at this point
Update test-data/unit/check-errorcodes.test
Show description for 222869d
JoaquimEsteves
and
ilevkivskyi
authored
222869d
View commit details
Copy full SHA for 222869d
Browse repository at this point
Commits on Dec 5, 2022
✨ We now typecheck despite having an extra-key
Show description for 70c0a18
JoaquimEsteves
committed
70c0a18
View commit details
Copy full SHA for 70c0a18
Browse repository at this point
🧹 Setting an extra value on a TypedDict now has the correct error code
JoaquimEsteves
committed
eda0c8b
View commit details
Copy full SHA for eda0c8b
Browse repository at this point
✨ We can now set an item and get the correct error code
JoaquimEsteves
committed
25f3dbc
View commit details
Copy full SHA for 25f3dbc
Browse repository at this point
🧑🔬 Redid the `IgnotErrorCodeTypedDictNoteIgnore` test
JoaquimEsteves
committed
c7c687f
View commit details
Copy full SHA for c7c687f
Browse repository at this point
Commits on Dec 8, 2022
🐈⬛ Black
JoaquimEsteves
committed
a275c86
View commit details
Copy full SHA for a275c86
Browse repository at this point
🐛 Added Review Suggestions
Show description for f7a7f4f
JoaquimEsteves
committed
f7a7f4f
View commit details
Copy full SHA for f7a7f4f
Browse repository at this point
📝 Fixed docstring not being in the correct format.
JoaquimEsteves
committed
06a3866
View commit details
Copy full SHA for 06a3866
Browse repository at this point
🐛 Fixed ignoring unknown-key not silencing the 'Did you mean' message
JoaquimEsteves
committed
780e10d
View commit details
Copy full SHA for 780e10d
Browse repository at this point
Commits on Jan 23, 2023
Review Feedback - Better Docstrings
Show description for fb98524
JoaquimEsteves
and
ilevkivskyi
authored
fb98524
View commit details
Copy full SHA for fb98524
Browse repository at this point
📝 Added `unknown-key` to the `error_code_list`
JoaquimEsteves
committed
708d322
View commit details
Copy full SHA for 708d322
Browse repository at this point
🐛 Black and sphinx bugs
JoaquimEsteves
committed
e4b82b6
View commit details
Copy full SHA for e4b82b6
Browse repository at this point
Merge branch 'master' into master
JoaquimEsteves
authored
1c9a623
View commit details
Copy full SHA for 1c9a623
Browse repository at this point
Merge branch 'master' into master
JoaquimEsteves
authored
f4f0cd0
View commit details
Copy full SHA for f4f0cd0
Browse repository at this point
Commits on Jan 25, 2023
Apply suggestions from code review (docs)
ilevkivskyi
authored
957ba17
View commit details
Copy full SHA for 957ba17
Browse repository at this point
You can’t perform that action at this time.