Skip to content

Issues: python/mypy

Python 3.13 tracking issue
#17264 opened May 18, 2024 by hauntsaninja
Open 3
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

mypy 1.7.0 results in new [misc] type errors with pydantic usage bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags
#16454 opened Nov 11, 2023 by jessemyers-lettuce
Expression type contains "Any" false positive when casting tuple bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags
#16170 opened Sep 24, 2023 by DetachHead
(🐞) False 'Any expression' error in assignment to Any when super expression is cast bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags
#16098 opened Sep 13, 2023 by KotlinIsland
(🐞) Sus impostor tuple in dict literal error message bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags topic-usability
#15973 opened Aug 27, 2023 by KotlinIsland
False positive on _ (underscore) as variable name with disallow-any-expr bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags
#15253 opened May 16, 2023 by lkct
Cannot override disallow_subclassing_any for matplotlib.* in pyproject.toml bug mypy got something wrong topic-configuration Configuration files and flags topic-disallow-any The disallow-any-* family of flags
#15250 opened May 16, 2023 by bersbersbers
With --disallow-any-decorated, Any detection logic changes w/wo decorator bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags
#15211 opened May 8, 2023 by 243f6a8885a308d313198a2e037
no Any errors when type inferred from value passed to type[T] with no type arguments bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags
#14861 opened Mar 9, 2023 by DetachHead
generics used in type aliases incorrectly cause Expression type contains "Any" error bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags topic-type-alias TypeAlias and other type alias issues
#13111 opened Jul 13, 2022 by DetachHead
(🐞) False error "Expression type contains Any" from constructor when constructor isn't used bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags
#13006 opened Jun 22, 2022 by KotlinIsland
Feature proposal: an option --any-as-object to avoid false negatives feature topic-configuration Configuration files and flags topic-disallow-any The disallow-any-* family of flags
#12856 opened May 23, 2022 by calimeroteknik
Explicit Any check for TypeGuard bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags topic-typeguard TypeGuard / PEP 647
#12049 opened Jan 24, 2022 by hmc-cs-mdrissi
no error on unused expression with type Any when disallow-any-expr is enabled bug mypy got something wrong priority-2-low topic-disallow-any The disallow-any-* family of flags
#11959 opened Jan 10, 2022 by DetachHead
(🐞) False positive for explicit Any with inferred Type[type] bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags
#11467 opened Nov 5, 2021 by KotlinIsland
--disallow-any-generics is allowing defaultdict[Any, ...] bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags
#9785 opened Dec 7, 2020 by asottile
Mypy fails on usage of attrs package bug mypy got something wrong topic-attrs topic-disallow-any The disallow-any-* family of flags
#9770 opened Nov 30, 2020 by pjljvandelaar
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
Error for lambda containing Any even when type can be inferred bug mypy got something wrong false-positive mypy gave an error on correct code priority-0-high topic-disallow-any The disallow-any-* family of flags topic-usability
#5879 opened Nov 9, 2018 by keis
Lambda as RHS for operator always gets inferred as Any bug mypy got something wrong priority-2-low topic-disallow-any The disallow-any-* family of flags
#5843 opened Oct 26, 2018 by amarshall
ProTip! Find all open issues with in progress development work with linked:pr.