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

Enable --warn-unreachable in --strict in Mypy 2.0 topic-configuration Configuration files and flags topic-reachability Detecting unreachable code
#18078 opened Oct 31, 2024 by davidhalter
Reconsider --extra-checks meta Issues tracking a broad area of work topic-configuration Configuration files and flags
#18070 opened Oct 30, 2024 by hauntsaninja
JSONSchema (SchemaStore, validate-pyproject) feature topic-configuration Configuration files and flags
#16491 opened Nov 14, 2023 by henryiii
Overrides in pyproject.toml not excluding specified modules bug mypy got something wrong topic-configuration Configuration files and flags
#16316 opened Oct 23, 2023 by davibicudo
Exit status when config error bug mypy got something wrong topic-configuration Configuration files and flags
#15850 opened Aug 11, 2023 by Dreamsorcerer
(🐞) files set in config file causes command -c mode to not work bug mypy got something wrong topic-configuration Configuration files and flags
#15632 opened Jul 10, 2023 by KotlinIsland
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
exclude does not work when file contains invalid syntax? bug mypy got something wrong topic-configuration Configuration files and flags
#14670 opened Feb 10, 2023 by pawamoy
dmypy doesn't working when ignore_missing_imports in [tool.mypy] session bug mypy got something wrong topic-configuration Configuration files and flags topic-daemon dmypy
#14272 opened Dec 10, 2022 by uf-fipper
dmypy does not work right with disable_error_code/enable_error_code bug mypy got something wrong topic-configuration Configuration files and flags topic-daemon dmypy
#14241 opened Dec 3, 2022 by uf-fipper
Trailing comma in multiline configuration bug mypy got something wrong topic-configuration Configuration files and flags
#14239 opened Dec 3, 2022 by sobolevn
MYPY_FORCE_COLOR only colours output on Windows, not macOS/Ubuntu bug mypy got something wrong topic-configuration Configuration files and flags
#13817 opened Oct 4, 2022 by hugovk
Read DEFAULT_STATUS_FILE from environment variable topic-configuration Configuration files and flags topic-daemon dmypy
#13692 opened Sep 20, 2022 by christianbundy Loading…
ErrorCodes defined in mypy plugins seemingly cannot be ignored by --disable-error-code bug mypy got something wrong topic-configuration Configuration files and flags topic-plugins The plugin API and ideas for new plugins
#12987 opened Jun 16, 2022 by aleksanb
(🐞) platform specified in inline configuration results in wacky behavior bug mypy got something wrong topic-configuration Configuration files and flags
#12926 opened Jun 2, 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
ProTip! Exclude everything labeled bug with -label:bug.