Pinned issues Loading
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
Suggest contributing types to typeshed in some error messages
feature
priority-1-normal
topic-usability
#10886
opened Jul 28, 2021 by
ilevkivskyi
Wrong type hint after unpacking/swapping
bug
priority-1-normal
#9731
opened Nov 18, 2020 by
NiklasRosenstein
reveal_type(x) where x: Tuple[int, ...] doesn't show "..."
bug
priority-1-normal
#9522
opened Oct 1, 2020 by
gvanrossum
false positive "name not defined" with list comprehension in function arguments default value
bug
priority-1-normal
#9346
opened Aug 24, 2020 by
perrinjerome
Incorrect type inference in yoda-style comparison leads to spurious error
bug
false-positive
priority-1-normal
#9333
opened Aug 21, 2020 by
oremanj
Module ... has no attribute ... when #type: ignore[misc] is set at the top of a module
bug
priority-1-normal
#9318
opened Aug 17, 2020 by
johanvergeer
mypy crashes with AttributeError
crash
priority-1-normal
topic-typed-dict
#9280
opened Aug 8, 2020 by
tdemin
False positive example, can't interact with
isinstance
bug
false-positive
priority-1-normal
#9226
opened Jul 28, 2020 by
GoToCoding
Detect undefined attribute in child class (when defined in parent)
feature
priority-1-normal
#9225
opened Jul 28, 2020 by
macfreek
Optional return type masks incompatible use of Any
feature
priority-1-normal
#9213
opened Jul 27, 2020 by
GPHemsley
Indexing tuple with
slice
object results in wrong type
bug
priority-1-normal
#9200
opened Jul 24, 2020 by
rshin
mypy Type error for a class with an imported metaclass
bug
false-positive
good-first-issue
priority-1-normal
#9185
opened Jul 21, 2020 by
seanp2
class with __setattr__ reports properties are read-only
bug
false-positive
good-first-issue
priority-1-normal
#9160
opened Jul 16, 2020 by
rhshadrach
Invalid expression type with set of asyncio tasks
bug
false-positive
priority-1-normal
#9111
opened Jul 8, 2020 by
decaz
no check for concrete types in dict literals
bug
priority-1-normal
#9085
opened Jul 1, 2020 by
jkhsjdhjs
Cannot access custom property of union type
bug
false-positive
priority-1-normal
topic-union-types
#9053
opened Jun 26, 2020 by
nielsbuwen
Incompatible definition of generic field on multiple base classes
bug
false-positive
priority-1-normal
topic-type-variables
#9031
opened Jun 22, 2020 by
dn-kialo
Respect sys.platform platform check assertion inside functions
priority-1-normal
#9025
opened Jun 19, 2020 by
nipunn1313
False positive when type checking overloads with generics
bug
false-positive
priority-1-normal
topic-overloads
topic-type-variables
#9023
opened Jun 19, 2020 by
ngaya-ll
Plugin documentation is a little lacking
documentation
priority-1-normal
topic-plugins
#9020
opened Jun 18, 2020 by
plokmijnuhby
Any
subclass in Dict
not being compatible with Any
generates confusing message
priority-1-normal
topic-usability
#9013
opened Jun 17, 2020 by
srittau
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.