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

'in' operator rejected with union right operand bug mypy got something wrong false-positive mypy gave an error on correct code good-first-issue priority-1-normal topic-union-types
#4954 by JukkaL was closed Jan 30, 2023 updated Jan 30, 2023
Remove unicode classes from test stubs good-first-issue topic-developer Issues relevant to mypy developers
#14512 by JukkaL was closed Jan 24, 2023 updated Jan 24, 2023
python3 runtests.py fails if python version == 3.11 bug mypy got something wrong good-first-issue topic-developer Issues relevant to mypy developers topic-tests
#14487 by aless10 was closed Jan 23, 2023 updated Jan 23, 2023
False negative when accessing annotated class attributes bug mypy got something wrong good-first-issue topic-descriptors Properties, class vs. instance attributes topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-variable-scope
#13103 by denballakh was closed Dec 13, 2022 updated Dec 13, 2022
No error in function definition that returns unbound T bug mypy got something wrong good-first-issue topic-reachability Detecting unreachable code topic-type-variables
#13061 by denballakh was closed Sep 25, 2022 updated Sep 26, 2022
Fix testFlagsFile good-first-issue topic-tests
#13241 by hauntsaninja was closed Aug 22, 2022 updated Aug 22, 2022
Plugin add_classmethod feature good-first-issue priority-1-normal topic-plugins The plugin API and ideas for new plugins
#7301 by dmontagu was closed Aug 20, 2022 updated Aug 20, 2022
Auto-discovery of .test files good-first-issue priority-0-high topic-developer Issues relevant to mypy developers
#8650 by JukkaL was closed Jul 17, 2022 updated Jul 17, 2022
4
9
mypy generates __match_args__ for dataclasses and NamedTuples on Python <3.10 bug mypy got something wrong good-first-issue priority-2-low topic-dataclasses topic-match-statement Python 3.10's match statement topic-named-tuple topic-runtime-semantics mypy doesn't model runtime semantics correctly
#12489 by AlexWaygood was closed Jul 8, 2022 updated Jul 8, 2022
Coding style suggestion about nesting constructs good-first-issue priority-1-normal refactoring Changing mypy's internals
#1184 by gvanrossum was closed Jun 15, 2022 updated Jun 15, 2022
"variable arguments" in error message diagnostics good-first-issue topic-error-reporting How we report errors
#12508 by JelleZijlstra was closed May 21, 2022 updated May 21, 2022
3
1
mypy --strict has misleading suggestion for Callable bug mypy got something wrong good-first-issue topic-configuration Configuration files and flags topic-error-reporting How we report errors topic-usability
#11757 by frerikandriessen was closed May 7, 2022 updated May 7, 2022
Friendlier error when 3.10 is parsed as float in pyproject.toml bug mypy got something wrong good-first-issue topic-error-reporting How we report errors
#12108 by jamesbraza was closed May 3, 2022 updated May 3, 2022
Remove the * for inferred types from reveal_type output bug mypy got something wrong good-first-issue topic-error-reporting How we report errors topic-usability
#10076 by JelleZijlstra was closed Mar 28, 2022 updated Mar 28, 2022
(🐞) Empty reveal locals should have a better output bug mypy got something wrong good-first-issue topic-reveal-type reveal_type() and reveal_locals()
#12388 by KotlinIsland was closed Mar 22, 2022 updated Mar 22, 2022
Module-level __annotations__ variable is flagged as undefined bug mypy got something wrong good-first-issue
#10330 by erictraut was closed Mar 14, 2022 updated Mar 14, 2022
2
9
ProTip! Adding no:label will show everything without a label.