-
- Notifications
You must be signed in to change notification settings - Fork 3.1k
Pull requests: python/mypy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Implement disable ignores, a flag which disables all type ignores
#19939 opened Sep 27, 2025 by wyattscarpenter Loading…
Document MYPY_FORCE_COLOR and FORCE_COLOR in --help
#19938 opened Sep 27, 2025 by wyattscarpenter Loading…
[mypyc] feat: support non-sequence inputs with known len in
sequence_from_generator_preallocate_helper #19935 opened Sep 26, 2025 by BobTheBuidler Loading…
[mypyc] feat: extend
get_expr_length to try constant_fold_expr [1/4] #19930 opened Sep 26, 2025 by BobTheBuidler Loading…
[mypyc] feat: extend
get_expr_length for listcomp and genexp [4/4] #19928 opened Sep 26, 2025 by BobTheBuidler • Draft
[mypyc] feat: extend
get_expr_length for enumerate, map, zip, range, list, tuple, sorted, and reversed CallExpr [3/4] #19927 opened Sep 26, 2025 by BobTheBuidler Loading…
Do not exclude misc/sync-typeshed.py from from tox self-check
#19926 opened Sep 25, 2025 by wyattscarpenter Loading…
Prevent crash on unpacking when tuple-returning overload is rejected by outer context
#19921 opened Sep 24, 2025 by sterliakov Loading…
Mention what codes are actually ignored in
not covered by "type: ignore" comment note #19904 opened Sep 22, 2025 by wyattscarpenter Loading…
[docs] Explain ignoring unused-ignore more explicitly
#19901 opened Sep 21, 2025 by wyattscarpenter Loading…
feat: constant fold common builtin call expressions [3/3]
#19886 opened Sep 18, 2025 by BobTheBuidler • Draft
feat: implement constant folding for str.format and f-strings [2/3]
#19885 opened Sep 18, 2025 by BobTheBuidler • Draft
feat: str.join constant folding support (and bytes.join for mypyc) [1/3]
#19884 opened Sep 18, 2025 by BobTheBuidler Loading…
[docs] Move fine-grained-cache out of misc into incremental group
#19874 opened Sep 17, 2025 by wyattscarpenter Loading…
[docs] Rename optional arguments group to utility arguments
#19872 opened Sep 17, 2025 by wyattscarpenter Loading…
[mypyc] feat: cache ids for fallback pythonic method lookups [1/1]
#19870 opened Sep 17, 2025 by BobTheBuidler Loading…
Use argparse's choices= to display OUTPUT_CHOICES
#19869 opened Sep 17, 2025 by wyattscarpenter Loading…
[docs] Small improvement to report
--help documentation #19865 opened Sep 17, 2025 by wyattscarpenter Loading…
[mypyc] feat: constant folding for DictExpr [1/1]
#19864 opened Sep 17, 2025 by BobTheBuidler Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.