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

Sync typeshed

github-actions[bot] opened this pull request 3 months ago
Stub generation adds too many explicit re-exports

henzef opened this issue 3 months ago
Variable of type `Any` narrows to any arbitrary type using `TypeVar`

stephenskett opened this issue 3 months ago
(🐞) `dmypy` can check files that dont exist

KotlinIsland opened this issue 3 months ago
Fix typos in `generics.rst`

shenyih0ng opened this pull request 3 months ago
Structural Pattern Matching Exhaustiveness check when using OR

acciaioli opened this issue 3 months ago
Cannot compile Mypy with Mypyc

agriyakhetarpal opened this issue 3 months ago
Added CLI support for Mypy Plugins

dibrinsofor opened this pull request 3 months ago
Update `config_file` docs

sobolevn opened this pull request 3 months ago
Fix subtyping between Instance and Overloaded

hauntsaninja opened this pull request 3 months ago
Be stricter about access to generic vars from class

hauntsaninja opened this pull request 3 months ago
Type guard from if statement doesn't apply to lambda statements

AaronSartin opened this issue 3 months ago
Fix couple crashes in dmypy

ilevkivskyi opened this pull request 3 months ago
Update for Windows platform. Resolves #18096

ag-tafe opened this pull request 3 months ago
Disallow calling type on Protocol

hauntsaninja opened this pull request 3 months ago
Remove TypeType exception for abstract instantiation

hauntsaninja opened this pull request 3 months ago
Improve __new__ and __init__ precedence

hauntsaninja opened this pull request 3 months ago
Typing similar methods to have similar arguments

AaronSartin opened this issue 3 months ago
Fix checking of match sequence pattern against bounded type variables

brianschubert opened this pull request 3 months ago
PEP 702 (@deprecated): descriptors

tyralla opened this pull request 3 months ago
Calling `type[T]` returns the parent of `T` on Python 3.12+

Avasam opened this issue 3 months ago
PEP 702 (@deprecated): overriding deprecated methods

tyralla opened this pull request 3 months ago
Check that errno is not None

hauntsaninja opened this pull request 3 months ago
Sync typeshed

github-actions[bot] opened this pull request 3 months ago
Final works with Literal, but Final[str] don't

fjossandon opened this issue 3 months ago
Mypy Self Checking Should Enable --warn-unreachable

davidhalter opened this issue 3 months ago
Enable --warn-unreachable in --strict in Mypy 2.0

davidhalter opened this issue 3 months ago
Fixes #17840 by modifying incompatible_argument_note

fjzll opened this pull request 3 months ago
Use `strict = True` for `mypy_bootstrap.ini`

sobolevn opened this pull request 3 months ago
Clean up new_semantic_analyzer config

hauntsaninja opened this pull request 3 months ago
Reconsider `--extra-checks`

hauntsaninja opened this issue 3 months ago
Lint github actions and dependabot.yml

sobolevn opened this pull request 3 months ago
Issue warning for enum with no members in stub

hauntsaninja opened this pull request 3 months ago
Remove union simplification during inference

hauntsaninja opened this pull request 3 months ago
Inferring parameter types and return type of a `type[T]`

InSyncWithFoo opened this issue 3 months ago
Disallow literal `0` step in slice expressions

brianschubert opened this pull request 3 months ago
Missing Liskov violation with generic subclass

hauntsaninja opened this issue 3 months ago
Fix crash when checking slice expression with step 0 in tuple index

brianschubert opened this pull request 3 months ago
Crash when checking slice expression with `0` used for the `step`

AlexWaygood opened this issue 3 months ago
stubgen: Add flagfile support

KapJI opened this pull request 3 months ago
Function signature matching fails at import

jolaf opened this issue 3 months ago
Regression in 'unwrapping' optional variables with a function

stianjensen opened this issue 3 months ago
Emit `[mutable-override]` for covariant override of attribute with method

brianschubert opened this pull request 3 months ago
Sync typeshed

onlined opened this pull request 3 months ago
Correct note about `--disallow-any-generics` flag in docs

neuroevolutus opened this pull request 3 months ago
stubgen: add support for PEPs 695 and 696 syntax

hamdanal opened this pull request 3 months ago
[Documentation] Update repository clone method. Fixes issue 18050

ag-tafe opened this pull request 3 months ago
Repository cloning via ssh throws an error

ag-tafe opened this issue 3 months ago
Remove some unused functions.

johndoknjas opened this pull request 3 months ago
Further caution against `--follow-imports=skip`

hauntsaninja opened this pull request 3 months ago
Mypy allows comparing a boolean to a string

shadycuz opened this issue 3 months ago
Fix approved stub ignore, remove normpath

hauntsaninja opened this pull request 3 months ago
Remove unnecessary concatenated strings

AlexWaygood opened this pull request 3 months ago
Refactor type narrowing further

JukkaL opened this pull request 3 months ago
Refactor "==" and "is" type narrowing logic

JukkaL opened this pull request 3 months ago
ignores follow_imports=skip

sezanzeb opened this issue 3 months ago
Fix overlap check for ParamSpec types

JukkaL opened this pull request 3 months ago
Can't infer tuple inside match case

racinmat opened this issue 3 months ago
Filter to possible package paths before trying to resolve a module.

falsedrow opened this pull request 3 months ago
allow the use of --show-traceback and --pdb with stubtest

tungol opened this pull request 3 months ago
`ParamSpec` accepts multiple copies of `*args` and `**kwargs`

sterliakov opened this issue 3 months ago
False negative for calling unimplemented abstract methods

vtgn opened this issue 3 months ago
Do not prioritize ParamSpec signatures during overload resolution

sterliakov opened this pull request 3 months ago
pre-commit.ci is not running on PRs

brianschubert opened this issue 3 months ago
[mypyc] Fix is_native_ref_expr for class attrs

jhance opened this pull request 3 months ago
Make `disallow-any-unimported` flag invertible

soceanainn opened this pull request 3 months ago
[1.12, 1.13] Regression in enum narrowing

Fred-si opened this issue 3 months ago
[docs] fix broken markup in `type_narrowing.rst`

v-spassky opened this pull request 3 months ago
[1.12, 1.13 regression] `typing.overload` and `ParamSpec`

Mityuha opened this issue 3 months ago
Formatting settings should not bounce mypy-daemon

Redoubts opened this issue 3 months ago
Fix ternary union for literals

ilevkivskyi opened this pull request 3 months ago
[1.12] Regression in `is None` narrowing

Dreamsorcerer opened this issue 3 months ago
Fix compatibility checks for conditional function definitions using decorators

brianschubert opened this pull request 3 months ago
dmypy crashes on checking a couple files

Redoubts opened this issue 3 months ago
Allow union-with-callable attributes to be overridden by methods

brianschubert opened this pull request 3 months ago