Skip to content

Issues: python/mypy

Python 3.13 tracking issue
#17264 opened May 18, 2024 by hauntsaninja
Open
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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Passing a list as an argument with * leads to confusing error topic-calls Function calls, *args, **kwargs, defaults topic-error-reporting How we report errors topic-usability
#3224 opened Apr 23, 2017 by JelleZijlstra
Confusing message if callable is incompatible due to argument name bug mypy got something wrong priority-0-high topic-calls Function calls, *args, **kwargs, defaults topic-error-reporting How we report errors topic-usability
#4530 opened Feb 1, 2018 by JukkaL
Generic callback protocols break with kwargs needs discussion topic-calls Function calls, *args, **kwargs, defaults topic-protocols
#7311 opened Aug 9, 2019 by chadrik
Reject arguments that are both keyword and positional only bug mypy got something wrong priority-2-low topic-calls Function calls, *args, **kwargs, defaults
#8269 opened Jan 9, 2020 by c4f3a0ce
False positive with disallow-any-explicit and ... in Callable in bound of type var bug mypy got something wrong priority-2-low topic-calls Function calls, *args, **kwargs, defaults topic-disallow-any The disallow-any-* family of flags
#9496 opened Sep 28, 2020 by KotlinIsland
a decorator that modifies another decorator gives an incorrect type error bug mypy got something wrong topic-calls Function calls, *args, **kwargs, defaults
#9265 opened Aug 4, 2020 by glyph
Wrong "Too many arguments" errors with tuple unpacking bug mypy got something wrong topic-calls Function calls, *args, **kwargs, defaults
#9710 opened Nov 10, 2020 by torfsen
Unknown DefaultNamedArg raises type incompatibility errors bug mypy got something wrong topic-calls Function calls, *args, **kwargs, defaults topic-type-variables
#9385 opened Aug 31, 2020 by munael
Rather confusing error message when argument name is wrong bug mypy got something wrong topic-calls Function calls, *args, **kwargs, defaults topic-error-reporting How we report errors topic-protocols topic-usability
#9668 opened Oct 30, 2020 by wsanchez
Spurious error with dynamic keyword arguments bug mypy got something wrong topic-calls Function calls, *args, **kwargs, defaults
#9676 opened Oct 31, 2020 by bdarnell
*args and **kwargs are allowed even to methods with no arguments bug mypy got something wrong topic-calls Function calls, *args, **kwargs, defaults
#13380 opened Aug 11, 2022 by sobolevn
TypeVar with bound union fails to narrow type topic-calls Function calls, *args, **kwargs, defaults
#13896 opened Oct 14, 2022 by Dreamsorcerer
Literal of type string not accepted as keyword name bug mypy got something wrong topic-calls Function calls, *args, **kwargs, defaults topic-literal-types
#13674 opened Sep 17, 2022 by twoertwein
Wrong "Non-overlapping equality check" warning bug mypy got something wrong topic-calls Function calls, *args, **kwargs, defaults topic-overlap Overlapping equality check
#12561 opened Apr 11, 2022 by rggjan
mypy incorrectly marks a @staticmethod definition of an attribute A to be incompatible with A's signature in a parent class. bug mypy got something wrong topic-calls Function calls, *args, **kwargs, defaults topic-descriptors Properties, class vs. instance attributes
#12569 opened Apr 12, 2022 by pawelrubin
Positional-or-kw arg considered incompatible with positional-only argument bug mypy got something wrong topic-calls Function calls, *args, **kwargs, defaults topic-protocols
#12525 opened Apr 5, 2022 by intgr
No error about repeated keyword argument feature topic-calls Function calls, *args, **kwargs, defaults
#14585 opened Feb 2, 2023 by denballakh
Too many arguments with specific argument after *args bug mypy got something wrong topic-calls Function calls, *args, **kwargs, defaults
#14648 opened Feb 8, 2023 by tierriminator
Type alias expansion sometimes interferes with type variable binding bug mypy got something wrong priority-0-high topic-calls Function calls, *args, **kwargs, defaults topic-type-alias TypeAlias and other type alias issues topic-type-variables
#3924 opened Sep 6, 2017 by ilevkivskyi
Checking call signatures of Type[C] objects needs discussion priority-2-low topic-calls Function calls, *args, **kwargs, defaults topic-inheritance Inheritance and incompatible overrides
#1831 opened Jul 8, 2016 by JukkaL
Consider special casing zip(*tuples) feature priority-1-normal topic-calls Function calls, *args, **kwargs, defaults topic-plugins The plugin API and ideas for new plugins
#5247 opened Jun 20, 2018 by JukkaL
ProTip! Exclude everything labeled bug with -label:bug.