-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Issues: python/mypy
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Allow overriding config for folders (rather than modules)
feature
#17977
opened Oct 17, 2024 by
chrisjsewell
[mypyc] Pickle test failure with Python 3.14.0a1
bug
mypy got something wrong
topic-mypyc
mypyc bugs
#17973
opened Oct 16, 2024 by
cdce8p
(🐞) mypy got something wrong
topic-runtime-semantics
mypy doesn't model runtime semantics correctly
Protocol
not understood as an ABCMeta
bug
#17968
opened Oct 16, 2024 by
KotlinIsland
mypy 2.0 big change list
meta
Issues tracking a broad area of work
#17967
opened Oct 16, 2024 by
hauntsaninja
no error when method in metaclass is overridden by an incompatible method in its instance
bug
mypy got something wrong
#17966
opened Oct 16, 2024 by
DetachHead
Type alias over generic parameter in generic class produces an error
bug
mypy got something wrong
topic-pep-695
Issues related to PEP 695 syntax
#17956
opened Oct 15, 2024 by
Dunes
Issues with solving value constrained type var in presence of Any
bug
mypy got something wrong
#17952
opened Oct 15, 2024 by
donn
Ignore mypy got something wrong
str-format
error when object implements __format__()
with custom type
bug
#17951
opened Oct 15, 2024 by
pmhahn
[docs]: The "Edit Page" button is not visible in the documentation for the stable branch.
documentation
#17947
opened Oct 14, 2024 by
Mr-Sunglasses
Incompatible types when calling generinc mypy got something wrong
__init__
from generic @classmethod
bug
#17937
opened Oct 14, 2024 by
bjoernpollex
Mypyc: Crash when using property deleter
crash
topic-descriptors
Properties, class vs. instance attributes
topic-mypyc
mypyc bugs
#17928
opened Oct 13, 2024 by
aatle
Problem with @overload and Iterator/Generator
bug
mypy got something wrong
#17927
opened Oct 12, 2024 by
NoamNol
Tests won't run on Windows. FileNotFoundError: [WinError 2] The system cannot find the file specified.
bug
mypy got something wrong
#17922
opened Oct 11, 2024 by
ag-tafe
Name "db.Model" is not defined in Mypy but is defined in SQLAlchemy function from flask_sqlalchemy package in VSCode
bug
mypy got something wrong
#17918
opened Oct 11, 2024 by
lulunac27a
mypy tries to infer the type parameters of a generic class even if they are explicitly given
bug
mypy got something wrong
#17916
opened Oct 10, 2024 by
v--
itertools.chain returns object when using iterators of different types
bug
mypy got something wrong
topic-join-v-union
Using join vs. using unions
#17915
opened Oct 10, 2024 by
blaxter
Issues with popular third-party packages (meta)
meta
Issues tracking a broad area of work
#17912
opened Oct 10, 2024 by
JukkaL
no error when mypy got something wrong
TypeVar
with explicit variance is used in the wrong position when it's part of a union
bug
#17910
opened Oct 10, 2024 by
DetachHead
no error on mypy got something wrong
TypeVar
with explicitly declared variance when the generic is used in another type with a different variance
bug
#17909
opened Oct 10, 2024 by
DetachHead
False positive list comprehension for union type source iterable
bug
mypy got something wrong
#17907
opened Oct 9, 2024 by
couling
Disable comparison overlap checks in assert statements
false-positive
mypy gave an error on correct code
feature
needs discussion
topic-overlap
Overlapping equality check
#17896
opened Oct 8, 2024 by
JukkaL
Declaration-order-dependent possibly-undefined false positive with nested ifs/matches, decorated any functions and NoReturn
bug
mypy got something wrong
#17895
opened Oct 8, 2024 by
huonw
ProTip!
Exclude everything labeled
bug
with -label:bug.