October 15, 2021 – October 22, 2021
Overview
Could not load contribution data
Please try again later
7 Pull requests merged by 5 people
-
Support --exclude more than once on command line
#11329 merged
Oct 22, 2021 -
Fix PEP 561 tests for latest pip
#11356 merged
Oct 21, 2021 -
Revert "Try adding mypy self check on PyPy to CI"
#11365 merged
Oct 20, 2021 -
Allow mypy to run self check on PyPy
#11350 merged
Oct 19, 2021 -
Add Github Action definition
#11320 merged
Oct 19, 2021 -
Show warning if `self` / `cls` arguments are missing
#11317 merged
Oct 19, 2021 -
Allow slice syntax in e.g. `Annotated[int, 1:3]` and `TensorType["batch":..., float]`
#11345 merged
Oct 18, 2021
11 Pull requests opened by 9 people
-
Discard deprecated `builtin_type` api
#11343 opened
Oct 16, 2021 -
Expand imports in classes
#11344 opened
Oct 16, 2021 -
fix(11064): fix crash due to undefined cyclic `import *`
#11346 opened
Oct 17, 2021 -
Allow overriding an attribute with a property (#4125)
#11349 opened
Oct 17, 2021 -
Extend contextmanager to asynccontextmanager
#11352 opened
Oct 18, 2021 -
Add documentation for type: ignore
#11358 opened
Oct 19, 2021 -
stubgen: recognize qualified builtins decorators
#11360 opened
Oct 19, 2021 -
Checks module bodies to be reachable
#11361 opened
Oct 19, 2021 -
Now overloads with ambiguous `self` are handled properly
#11366 opened
Oct 20, 2021 -
Try running self check on PyPy in CI
#11367 opened
Oct 20, 2021 -
Analyzes `self` attribute access for `Enum`
#11372 opened
Oct 21, 2021
11 Issues closed by 5 people
-
exclude key in mypy.ini as a single regex doesn't scale for larger code bases
#10310 closed
Oct 22, 2021 -
[self testsuite] testpep561.py::PEP561Suite tests fail against pip 21.3
#11355 closed
Oct 21, 2021 -
Override mypy types?
#11370 closed
Oct 21, 2021 -
Converting str to Literal["a", "b", ...
#11363 closed
Oct 19, 2021 -
Improved hinting / warning diagnostics where parameter named `self` is missing on instance method
#11309 closed
Oct 19, 2021 -
Crash with slices e.g. `Annotated[int, 3:4]`
#10266 closed
Oct 18, 2021 -
Default parameter in nested function is not tracked
#11353 closed
Oct 18, 2021 -
Using getattr() does not prevent attr-defined error
#11348 closed
Oct 17, 2021 -
Mypy can't tell if a variable can't be False outside a loop
#11333 closed
Oct 16, 2021 -
KeyError: 'type_guard'
#11048 closed
Oct 16, 2021
12 Issues opened by 11 people
-
typecheck failure with parameterized iterator
#11375 opened
Oct 22, 2021 -
typing.overload and contextlib.contextmanager don't work together
#11373 opened
Oct 21, 2021 -
deprecate implicit optional / make `no_implicit_optional` the default
#11371 opened
Oct 21, 2021 -
Incorrect type inference with generic decorator type
#11369 opened
Oct 20, 2021 -
Enum items are mistyped
#11368 opened
Oct 20, 2021 -
`comparison-overlap` error not triggered for booleans
#11364 opened
Oct 20, 2021 -
MyPy not recognizing ParamSpec usage with Generic
#11362 opened
Oct 19, 2021 -
Document mypy GitHub action
#11359 opened
Oct 19, 2021 -
Add PyPy-based self check to CI once 3.8 is available
#11357 opened
Oct 19, 2021 -
Expand `type: ignore` documentation
#11354 opened
Oct 19, 2021 -
INTERNAL ERROR `from transformers import AutoModelForSequenceClassification` crashes
#11351 opened
Oct 18, 2021 -
Overload ambiguity is ignored in `self`-annotated methods
#11347 opened
Oct 17, 2021
32 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.
-
Support for python 3.10 match statement
#10191 commented on
Oct 22, 2021 • 71 new comments -
Release 0.920 planning
#11158 commented on
Oct 19, 2021 • 6 new comments -
mypyc: Add support for attrs classes
#11328 commented on
Oct 22, 2021 • 6 new comments -
Disable universal newlines when reading TOML
#10893 commented on
Oct 19, 2021 • 4 new comments -
mypy deduces type as Optional after dict.get(x, x)
#11337 commented on
Oct 17, 2021 • 3 new comments -
Infer type from `in` container check
#10977 commented on
Oct 19, 2021 • 3 new comments -
abstract dataclass inheritance gives `Only concrete class can be given where "Type[Abstract]" is expected`
#5374 commented on
Oct 21, 2021 • 3 new comments -
Exclude multiple directories on mypy commandline: improve documentation
#10250 commented on
Oct 21, 2021 • 3 new comments -
Infer literal types in analyze_var_ref
#11340 commented on
Oct 16, 2021 • 3 new comments -
Crash with alembic 1.7.0
#11038 commented on
Oct 19, 2021 • 2 new comments -
JSON output format
#10816 commented on
Oct 20, 2021 • 2 new comments -
isinstance type narrowing doesn't work with Type[C]
#2560 commented on
Oct 16, 2021 • 1 new comment -
"Missing return statement" error for functions having infinite loop unconditionally by looping on non-exhaustive generator
#7374 commented on
Oct 16, 2021 • 1 new comment -
Support assertion style type guards in exhaustive branch analysis
#11238 commented on
Oct 17, 2021 • 1 new comment -
functools.partial support
#1484 commented on
Oct 17, 2021 • 1 new comment -
Option to treat Any as object
#9153 commented on
Oct 17, 2021 • 1 new comment -
MyPy needs to ignore 'gc.set_threshold(150 * 1000)' when running on PyPy3-3.8
#10917 commented on
Oct 18, 2021 • 1 new comment -
Mypy doesn't recognize a class as iterable when it implements only `__getitem__`
#2220 commented on
Oct 18, 2021 • 1 new comment -
Mypy disallows overriding an attribute with a property
#4125 commented on
Oct 18, 2021 • 1 new comment -
Overriding __post_init__ in child dataclass leads to type error
#9254 commented on
Oct 19, 2021 • 1 new comment -
Create a plugin to handle singledispatch
#2904 commented on
Oct 19, 2021 • 1 new comment -
PEP 612 tracking issue
#8645 commented on
Oct 19, 2021 • 1 new comment -
collections of Literal constructed from tuple of Literal
#7533 commented on
Oct 21, 2021 • 1 new comment -
Optional arguments mixed with **kwargs
#11084 commented on
Oct 21, 2021 • 1 new comment -
Should use fully qualified names in error messages
#4154 commented on
Oct 21, 2021 • 1 new comment -
Enum now accepts String literals and final ...
#8664 commented on
Oct 18, 2021 • 1 new comment -
Fixed Auto Discovery of .test files Fixes #8650
#10108 commented on
Oct 19, 2021 • 1 new comment -
Pass literals as kwargs
#10237 commented on
Oct 18, 2021 • 1 new comment -
Fix __annotations__ being undefined
#10969 commented on
Oct 21, 2021 • 1 new comment -
Correctly handle cls in protocol classmethod
#11119 commented on
Oct 19, 2021 • 1 new comment -
Fix `issubclass` for Protocol with overloaded methods
#11255 commented on
Oct 16, 2021 • 1 new comment -
Class decorators are not type checked
#3135 commented on
Oct 19, 2021 • 0 new comments