-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Issues: python/mypy
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
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 Issues tracking a broad area of work
topic-configuration
Configuration files and flags
--extra-checks
meta
#18070
opened Oct 30, 2024 by
hauntsaninja
Provide an easy way to opt out of changes to default options
feature
topic-configuration
Configuration files and flags
#17989
opened Oct 18, 2024 by
JukkaL
(🐞) error code that is enabled in the config file can't be disabled on the CLI (with mypy got something wrong
topic-configuration
Configuration files and flags
--disable-error-code
)
bug
#16628
opened Dec 7, 2023 by
KotlinIsland
Experience report with some suggestions and a bit of a rant.
feature
topic-configuration
Configuration files and flags
topic-usability
#16599
opened Dec 1, 2023 by
markshannon
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
Implement monorepo-friendly mypy.ini discovery rule
feature
topic-configuration
Configuration files and flags
#16070
opened Sep 8, 2023 by
sfc-gh-bwarsaw
Same module cannot appear in multiple disable_error_code overrides
feature
topic-configuration
Configuration files and flags
#15868
opened Aug 14, 2023 by
OscarVanL
Exit status when config error
bug
mypy got something wrong
topic-configuration
Configuration files and flags
#15850
opened Aug 11, 2023 by
Dreamsorcerer
(🐞) mypy got something wrong
topic-configuration
Configuration files and flags
files
set in config file causes command -c
mode to not work
bug
#15632
opened Jul 10, 2023 by
KotlinIsland
python_version should default to the interpreter for python_executable
feature
topic-configuration
Configuration files and flags
#15341
opened Jun 1, 2023 by
lordmauve
Cannot override mypy got something wrong
topic-configuration
Configuration files and flags
topic-disallow-any
The disallow-any-* family of flags
disallow_subclassing_any
for matplotlib.*
in pyproject.toml
bug
#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
Can we have a separate error code for "Untyped decorator makes function ... untyped"
feature
topic-configuration
Configuration files and flags
#14464
opened Jan 17, 2023 by
jesnie
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
Test and document Configuration files and flags
topic-tests
MYPY_FORCE_COLOR
/FORCE_COLOR
documentation
feature
topic-configuration
#13815
opened Oct 4, 2022 by
AlexWaygood
Read DEFAULT_STATUS_FILE from environment variable
topic-configuration
Configuration files and flags
topic-daemon
dmypy
#13692
opened Sep 20, 2022 by
christianbundy
Loading…
Change dmypy status file with config or environment variable
feature
topic-configuration
Configuration files and flags
topic-daemon
dmypy
#13691
opened Sep 20, 2022 by
christianbundy
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
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.