issues
search
python
/
mypy
Optional static typing for Python
https://www.mypy-lang.org/
Other
18.53k
stars
2.83k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add support for TypedDict __extra_items__ (PEP 728)
#18176
mharding-hpe
opened
14 hours ago
1
False negative: `Literal[Ellipsis]`
#18175
smurfix
closed
11 hours ago
3
Disallow bare `ParamSpec` in type aliases
#18174
brianschubert
closed
1 day ago
2
Disallow no-args generic aliases when using PEP 613 explicit aliases
#18173
brianschubert
opened
2 days ago
5
Move long_description metadata to pyproject.toml
#18172
cdce8p
closed
2 days ago
1
Modern Union semantic not working with union involving a DataFrame
#18171
jboehm-kobold
closed
2 days ago
2
Issue with TypeVar bound to a union and methods returning Self
#18170
slanzmich
opened
2 days ago
0
1.14 Release Tracking Issue
#18169
svalentin
opened
2 days ago
0
Regression: Crash when compiling trivial program using mypyc
#18168
JukkaL
closed
2 days ago
2
mypy failed to return correct overloaded func type when decorate func accepts more than one parameter
#18167
uriyyo
opened
3 days ago
2
Mypy fails to type check function signature after plugin pass
#18166
dibrinsofor
opened
3 days ago
0
Allow nesting of Annotated with TypedDict special forms inside TypedDicts
#18165
brianschubert
closed
3 days ago
3
Allow TypedDict assignment of Required item to NotRequired ReadOnly item
#18164
brianschubert
closed
3 days ago
2
Support `==`-based narrowing of Optional
#18163
tyralla
closed
3 days ago
1
`arg-type` error duck typing a `TypedDict` with `NotRequired` field
#18162
ZeeD
closed
3 days ago
2
fix: preserve generator error context
#18161
bzoracler
opened
4 days ago
2
Infer generic type arguments for slice expressions
#18160
brianschubert
closed
3 days ago
4
Optimize is_unsafe_overlapping_overload_signatures for overlapping typevars case
#18159
alexdrydew
opened
5 days ago
10
[mypyc] Loading type from imported modules.
#18158
advait-dixit
closed
5 days ago
0
Sync typeshed
#18157
github-actions[bot]
closed
6 days ago
1
Enable uv as an alternative to pip installation with `--install-types`
#18156
cthoyt
closed
2 days ago
4
Fix incorrect "Incompatible types in capture pattern" error for narrowed types
#18155
shenyih0ng
opened
1 week ago
3
TypeVar bound to Never when mypy can't infer the appropriate value
#18154
fofoni
opened
1 week ago
2
mypy assumes `importlib.metadata` is implicitly imported via `importlib`?
#18153
asottile-sentry
opened
1 week ago
1
fix: refactor sem analysis of the await-not-async on generators and list comprehension
#18152
josetapadas
opened
1 week ago
5
Installation Traceback Errors
#18151
Stevepurpose
closed
1 week ago
2
special case types.DynamicClassAttribute as property-like
#18150
tungol
closed
20 hours ago
3
Change in inference of overloads involving `Hashable` and `slice` now that `slice` is generic
#18149
AlexWaygood
closed
3 days ago
4
Fallback to stdlib json if integer exceeds 64-bit range
#18148
q0w
closed
1 week ago
1
variance inferred oincorrectly when class has both a covariant and contravariant generic and instance attribute is assigned without a type annotation
#18147
DetachHead
opened
1 week ago
0
Move static project metadata to pyproject.toml
#18146
cdce8p
closed
1 week ago
1
[ci] Try to fix Windows CI failures
#18145
sterliakov
closed
1 week ago
0
ruff: enable pep8-naming rules
#18144
brianschubert
closed
1 week ago
1
Docstrings for classes and properties for extension modules
#18143
lmbelo
opened
1 week ago
1
Looks like this is an issue with ortools' stubs.
#18142
KowalMar
closed
1 week ago
1
Fix type inference of positional parameter in class pattern involving builtin subtype
#18141
brianschubert
closed
1 week ago
1
Positional subpattern of a built-in type subclass with __match_args__ causes type confusion
#18140
mgedmin
closed
1 week ago
0
[chore] Remove black and ruff from test-requirements
#18139
sterliakov
closed
1 week ago
3
Do not consider bare TypeVar not overlapping with None for reachability analysis
#18138
sterliakov
closed
20 hours ago
5
stubgen: do not include mypy generated symbols
#18137
hamdanal
closed
1 week ago
2
[mypyc] Add lowered primitive for unsafe list get item op
#18136
JukkaL
opened
1 week ago
1
`==`-based narrowing of `Optional`
#18135
tyralla
closed
3 days ago
2
Allow to ignore type errors per line specifically for mypy
#18134
mar10
closed
1 week ago
1
Expression does not infer float as result type
#18133
mar10
closed
1 week ago
3
Added checks for invalid usage of continue/break/return in except* block
#18132
coldwolverine
closed
18 hours ago
7
Daemonized mypy ignores errors on files that previously passed (cache bug)
#18131
emernic
opened
1 week ago
3
Inconsistent mypy behavior with overloaded == operator in BoundedLinearExpression
#18130
KowalMar
closed
1 week ago
3
Can't find package when using `--package` without a `py.typed` file
#18129
AAriam
closed
1 week ago
1
`IsADirectoryError` for namespace packages when using `--linecoverage-report`
#18128
AAriam
opened
2 weeks ago
1
Config to disallow global `# type: ignore` and force ignoring specific errors
#18127
HansAarneLiblik
closed
1 week ago
2
Next