-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Insights: python/mypy
September 12, 2024 – September 19, 2024
Overview
Could not load contribution data
Please try again later
10 Pull requests merged by 7 people
-
Added error code for overlapping function signatures
#17597 merged
Sep 18, 2024 -
[PEP 695] Fix covariance of frozen dataclasses
#17783 merged
Sep 18, 2024 -
[PEP 695] Allow covariance with attribute that has "_" name prefix
#17782 merged
Sep 18, 2024 -
[PEP 695] Support Annotated[...] in new-style type aliases
#17777 merged
Sep 18, 2024 -
[PEP 695] Fix nested generic classes
#17776 merged
Sep 18, 2024 -
Check for
truthy-bool
innot ...
unary expressions#17773 merged
Sep 15, 2024 -
Add missing lines-covered and lines-valid attributes
#17738 merged
Sep 15, 2024 -
Docs: Make change-log visible in mypy documentation
#17742 merged
Sep 15, 2024 -
Sync typeshed
#17772 merged
Sep 15, 2024 -
stubgen: Use
Generator
type var defaults#17670 merged
Sep 12, 2024
5 Pull requests opened by 5 people
-
Fix crash when passing too many type arguments to generic base class accepting single ParamSpec
#17770 opened
Sep 13, 2024 -
Add GitHub annotations format for `--output`
#17771 opened
Sep 13, 2024 -
Fixed spelling issues.
#17774 opened
Sep 15, 2024 -
Add special handling for typing.get_args
#17784 opened
Sep 18, 2024 -
Arguments without a default cannot follow attributes with one
#17785 opened
Sep 19, 2024
11 Issues closed by 6 people
-
Use a more specific error code for overlapping function signatures
#17570 closed
Sep 18, 2024 -
type statement + Annotated == Invalid type alias
#17751 closed
Sep 18, 2024 -
[PEP 695] Unexpected var-annotated error
#17630 closed
Sep 18, 2024 -
[PEP 695] Nested generic class fails to typecheck
#17596 closed
Sep 18, 2024 -
地图爬取代码上传
#17779 closed
Sep 18, 2024 -
truthy-bool check does not check the `not` operator
#17769 closed
Sep 15, 2024 -
[good-first-issue] Incomplete Cobertura XML spec support
#17689 closed
Sep 15, 2024 -
[good-first-issue] Expose the change log via Sphinx docs
#17717 closed
Sep 15, 2024 -
False `X | Y` positives on not existing lines
#17768 closed
Sep 13, 2024 -
stubgen: Use `Generator[...]` instead of `Generator[..., None, None]`
#17669 closed
Sep 12, 2024 -
Mypy does not understand typing relationship with generics
#17763 closed
Sep 12, 2024
8 Issues opened by 8 people
-
Inheriting from untyped class and overriding `__init__` breaks abstract class detection
#17781 opened
Sep 18, 2024 -
[PEP 695] Multiple nested classes don't work
#17780 opened
Sep 18, 2024 -
MYPYPATH should override mypy_path in config file (not extend it)
#17778 opened
Sep 18, 2024 -
dmypy crashes on module check after checking one of its imports
#17775 opened
Sep 16, 2024 -
Incorrect private variables tracking
#17767 opened
Sep 13, 2024 -
Incompatible ParamSpecs are not reported as issue
#17766 opened
Sep 13, 2024 -
Crash when passing too many type arguments to generic base class accepting single ParamSpec
#17765 opened
Sep 12, 2024 -
make stubgen generate PEP-561/typing docs compliant '-stubs' package directory names
#17764 opened
Sep 12, 2024
18 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Fully-fledged support for mocked objects
#9776 commented on
Sep 12, 2024 • 0 new comments -
Mypy hangs indefinitely trying to analyse a file with huge nested dicts
#14970 commented on
Sep 13, 2024 • 0 new comments -
Add a new output format option to print errors as GitHub Actions Workflow commands
#17612 commented on
Sep 13, 2024 • 0 new comments -
Implement monorepo-friendly mypy.ini discovery rule
#16070 commented on
Sep 15, 2024 • 0 new comments -
Need type annotation for predefined dict generic (3.9)
#11093 commented on
Sep 16, 2024 • 0 new comments -
Caching bug with `--incremental --cache-dir` combination causes `AssertionError: Cannot find module`
#16214 commented on
Sep 17, 2024 • 0 new comments -
Strange error when declaring `@final` property
#15325 commented on
Sep 17, 2024 • 0 new comments -
List comprehension with TypedDict fails type checking
#10371 commented on
Sep 18, 2024 • 0 new comments -
`[type-abstract]` reports with a `tuple` when the actual type is a `dict`
#17399 commented on
Sep 18, 2024 • 0 new comments -
Generic Type[T] function argument rejected as base class
#14458 commented on
Sep 19, 2024 • 0 new comments -
Attributes without a default cannot follow attributes with one
#17731 commented on
Sep 19, 2024 • 0 new comments -
Reject ParamSpec-typed callables calls with insufficient arguments
#17323 commented on
Sep 12, 2024 • 0 new comments -
Add basic support for PEP 702 (@deprecated).
#17476 commented on
Sep 13, 2024 • 0 new comments -
Fix: --install-types can mask failure details (#10768) (https://github.com/python/mypy/issues/10768)
#17485 commented on
Sep 16, 2024 • 0 new comments -
Fix special cases of kwargs + TypeVarTuple
#17512 commented on
Sep 17, 2024 • 0 new comments -
Document `--output=json` CLI option
#17611 commented on
Sep 18, 2024 • 0 new comments -
Enable checking for f strings
#17732 commented on
Sep 13, 2024 • 0 new comments -
fix: unpack unions inside tuples in except handlers
#17762 commented on
Sep 16, 2024 • 0 new comments