Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python/mypy

Optional static typing for Python
https://github.com/python/mypy

fix case Any()

ds-cbo opened this pull request about 2 years ago
[mypyc] Raise "non-trait base must be first..." error less frequently

ichard26 opened this pull request about 2 years ago
Decorators on top of @property are not supported

analog-cbarber opened this issue about 2 years ago
Generic Type[T] function argument rejected as base class

tyilo opened this issue about 2 years ago
Colorize the CLI help text

hamdanal opened this pull request about 2 years ago
Accessing property through a Union doesn't work

julian-klode opened this issue about 2 years ago
TypeGuard on self does not narrow associated TypeVars

JosiahKane opened this issue about 2 years ago
Surprisingly long CI (github-actions) mypy execution time

piotr-rarus opened this issue about 2 years ago
Incorrect handling of unions of generics

hauntsaninja opened this issue about 2 years ago
Enums do not exhaustively match correctly

Be3y4uu-K0T opened this issue about 2 years ago
Why is `Callable` assumed to be a user defined function?

daniil-berg opened this issue about 2 years ago
No error when subclass does not provide a value for ClassVar

saulbein opened this issue about 2 years ago
ParamSpec + Generics false positive

Tinche opened this issue about 2 years ago
Generic TypeAlias does not infer types

jzazo opened this issue about 2 years ago
Support PEP 681 (dataclass_transform)

NeilGirdhar opened this issue about 2 years ago
Wrong check on multiple inheritance

ydirson opened this issue about 2 years ago
`set` operations and unpacking

Molkree opened this issue about 2 years ago
mypy doesn't distinguish between a `bool` and an `int`?

PedanticHacker opened this issue about 2 years ago
Errors when using union type aliases with `isinstance`

jrab89 opened this issue about 2 years ago
Support conditionally importing from typing_extensions

JukkaL opened this issue about 2 years ago
0.981 Introduces unnecessary build requirements

dvzrv opened this issue about 2 years ago
`Concatenate` false negative (caught by `pyright`, but not `mypy`)

supersergiy opened this issue about 2 years ago
`Concatenate` false positive (no problem with `pyright`)

supersergiy opened this issue about 2 years ago
[test]

hauntsaninja opened this pull request about 2 years ago
Support __call__ on metaclasses

ilevkivskyi opened this issue about 2 years ago
Exhaustiveness Checks Fail on Singleton Enums

dylanmann opened this issue about 2 years ago
Do not consider `import a.b as b` an explicit reexport

andersk opened this pull request about 2 years ago
Support PEP 698 – Override Decorator

tmke8 opened this issue about 2 years ago
(regression) Interaction between `__new__` and `Generic`s

finite-state-machine opened this issue about 2 years ago
Offer a simpler way to resolve metaclass conflicts

robsdedude opened this issue over 2 years ago
Reassigning variable with `functools.partial` results in `<nothing>`

GideonBear opened this issue over 2 years ago
Change branch name to `main`

cdce8p opened this issue over 2 years ago
Using `typing_extension.Unpack` results in INTERNAL ERROR

stoney95 opened this issue over 2 years ago
Bad error message for arguments between ParamSpec P.args and P.kwargs

JonathanPlasse opened this issue over 2 years ago
Make `--no-implicit-reexport` friendlier

hauntsaninja opened this issue over 2 years ago
Detect exhaustiveness in partially-defined variable checks

ilinum opened this issue over 2 years ago
Using mypy via pre-commit

hauntsaninja opened this issue over 2 years ago
Paramspec, protocol and classmethod

mehdigmira opened this issue over 2 years ago
TypeVar with bound union fails to narrow type

Dreamsorcerer opened this issue over 2 years ago
better doc on excluding files in pyproject.toml

copdips opened this issue over 2 years ago
Inconsistent errors reported for protocol matching

erictraut opened this issue over 2 years ago
Unreachable error with TypeVar

Dreamsorcerer opened this issue over 2 years ago
MYPY_FORCE_COLOR only colours output on Windows, not macOS/Ubuntu

hugovk opened this issue over 2 years ago
Union not being recognized as types.UnionType

nickeldan opened this issue over 2 years ago
attrs match type narrowing failure

Tinche opened this issue over 2 years ago
Type Narrowing failure in 0.981

gholden-wavefin opened this issue over 2 years ago
Process NameTuple and fix Union types using |

matejsp opened this pull request over 2 years ago
Extend `redundant-expr` to type narrowing assertions

jonathanberthias opened this issue over 2 years ago
Seemingly correct type narrowing, but still incompatible type

hwong557 opened this issue over 2 years ago
Stop TypedDictAnalyzer from leaking synthetic types

Michael0x2a opened this pull request over 2 years ago
User-defined TypeGuard for Callable is coroutine function has errors

EldarSehayekZenity opened this issue over 2 years ago
Mucking with sys.path breaks checking imports

dmtucker opened this issue over 2 years ago
(🐞) Notes disappear when module is reanimated from cache

KotlinIsland opened this issue over 2 years ago
Support for Partial types

hackaugusto opened this issue over 2 years ago
False positive [attr-defined] when using namespace_packages

ghost opened this issue over 2 years ago
BUG: stubgen from class does not inheritd namedtuple

matejsp opened this issue over 2 years ago
BUG: Stubgen removed needed import incorrectly

matejsp opened this issue over 2 years ago
ci: add minimum GitHub token permissions for workflows

ashishkurmi opened this pull request over 2 years ago
mypy doesn't like when I use type variables to subscript generic type

domderen opened this issue over 2 years ago
Descriptor protocol is executed for properties returning descriptors

denballakh opened this issue over 2 years ago
Add `[disallow-non-exhaustive-match]` check

johnthagen opened this issue over 2 years ago
stubgenc.py does not generate correct lines for staticmethods

EzioHelios opened this issue over 2 years ago
(🐞) Bad error message when using `Concatenate` incorrectly

KotlinIsland opened this issue over 2 years ago
(🐞) Bad error message when using unbound `ParamSpec` in a `Callable`

KotlinIsland opened this issue over 2 years ago
Allow using TypedDict for more precise typing of **kwds

ilevkivskyi opened this pull request over 2 years ago
`isinstance` doesn't narrow when using union

DetachHead opened this issue over 2 years ago
Incorrect "Type application has too few types"

Dr-Irv opened this issue over 2 years ago
Inconsistent behavior when narrowing bounded generics.

denballakh opened this issue over 2 years ago