Pinned issues
Issues
- 1
Confusing error from bidirectional inference?
#18297 opened by alicederyn - 2
Type Narrowing for Dictionary Keys Not Working with Literal Types After in Check
#18208 opened by littleswampman - 2
Special-case .pop() on TypedDict
#18296 opened by Lancetnik - 1
- 0
race in record_missing_stub_packages (No such file or directory: '.mypy_cache/missing_stubs')
#18283 opened by kalvdans - 1
Mypy exclude doesn't work as expected
#18284 opened by artsiomkaltovich - 0
Disallow `ClassVar` and `Final` qualifiers in `TypedDict` and `NamedTuple` items
#18220 opened by brianschubert - 2
- 2
- 11
`type[Literal['']]` does not accept `str` as the type
#18196 opened by sobolevn - 1
`self.__class__` produces a type check with a constructor where a concrete reference to the class works fine
#18279 opened by glyph - 1
Add --strict-bytes flag to disable promotions to bytes
#18256 opened by JukkaL - 3
Multiple inheritance with Generic leads to [misc] error
#18268 opened by Lancetnik - 1
Unexpected "Never has no attribute..." error for declared context manager enter result type
#18271 opened by ncoghlan - 2
mypy incorrectly complains about incompatible type error
#18267 opened by athyuttamre - 1
Generic type falling back to object - possibly related to `type[ Union ]`?
#18265 opened by JakeSummers - 2
VSCode: Daemon crashed! pydantic related
#18258 opened by jpedrick - 1
Mypy is unable to detect if a builtin class supports a generic protocol. Unexpected behavior with custom classes too.
#18190 opened by AgarwalPragy - 2
False override error with Unpack and TypedDict
#18250 opened by mharding-hpe - 0
- 3
INTERNAL ERROR: maximum semantic analysis iteration count reached Found 1 error in 1 file (errors prevented further checking)
#18237 opened by Ryang20718 - 3
- 3
Classmethod constructor pattern on a generic container with a bound typevar has incompatible type with fixed output type
#18244 opened by pechersky - 1
Unpack forces all optional args
#18243 opened by alon-ba - 1
Function accepts callable, but a typeshed custom Protocol was passed
#18239 opened by Andrew-Chen-Wang - 1
Wrong return type inferred for overload with a type variable
#18233 opened by eltoder - 0
Partial type that is "initialised" via assignment is only temporarily narrowed by `isinstance`
#18238 opened by tyralla - 1
Accept nesting Final in ClassVar for dataclasses
#18235 opened by ncanceill - 13
slice behavior difference in mypy 1.14+dev and 1.13
#18225 opened by Dr-Irv - 2
- 0
Join and meet are not symmetric
#18199 opened by hauntsaninja - 1
AnyStr parameter + `sys.version_info` check in function causes mypy to not realize True is bool
#18210 opened by jwodder - 2
segfault on recursive generic function class
#18219 opened by CharlesFauman - 1
Dataclasses, `__replace__` and LSP violations
#18216 opened by Viicos - 1
Inconsistent type checking between first and subsequent executions (possibly due to `SyntaxWarning: invalid escape sequence`)
#18215 opened by bluenote10 - 5
- 0
- 4
a pretty bad bug report about a segfault, but at least I can show you the repo
#18195 opened by glyph - 0
`functools.wraps` `Any` in wrapped function
#18204 opened by CoolCat467 - 0
Arithmetic with type variables fails to typecheck ("Unsupported operand types")
#18203 opened by inducer - 1
- 1
- 0
- 7
- 0
- 0
- 0
TypeVar leaks out of `__init__` with self-type
#18185 opened by A5rocks - 2
- 2
Mypy doesn't recognize that truth value testing for sequences like `and my_list` result in a boolean type
#18181 opened by Yazan-Sharaya - 0
Dataclass doesn't match a protocol if a field is Callable (expected settable variable, got read-only attribute)
#18179 opened by wodny