-
# Bug
Following the odmantic 1.0.0 examples and trying to upgrade odmantic/pydantic to V2 , I can find several issues in mypy.
Errors explained as comments below.
### Current Behavior
```
…
-
**Bug Report**
When decorating an empty method ("`...`") inside of a `Protocol` definition as an `asynccontextmanager`, the type checker insists that the return type must use `Never` instead of a…
-
Monaco allows completion items to include a set of "commit characters" ([ref](https://microsoft.github.io/monaco-editor/typedoc/interfaces/languages.CompletionItem.html#commitCharacters)). They are "a…
-
Hello,
I just downloaded the new mypy v0.720 and am playing with the `--warn-unreachable-flag` in my projects.
I noticed one occasion where there is something that seems like a false positive, s…
-
**Environment**
![image](https://github.com/user-attachments/assets/4dabf4bb-da5e-4a39-bc62-77021f7ce44d)
**Steps to Reproduce**
1.git clone https://github.com/python/typeshed
open typeshed/st…
-
**Description**
Defining an object using an external file $ref gives different typing outputs for schemas with keys that have defaults defined. Object keys are incorrectly marked as required/non o…
-
### Package name
eslint-plugin
### Package version
11.4.1
### Reproduction steps
Use `@o3r/eslint-plugin` without having `yaml-eslint-parser` installed.
### Current result
Issue while running l…
-
### Describe the bug
The following example should work, maybe there's something wrong with how we handle `click types` input.
### Expected behavior
it should work.
### Additional context t…
-
### Describe the bug
Cell output for a dict with tuples for keys renders the tuple as strings:
Input: `{(1,2,3): 4}`
Output:
```
{ 1 Items
"(1, 2, 3)": 4
}
```
### Environment
{
"marimo": "0…
-
Found a related issue here: https://github.com/colinhacks/zod/issues/2403 - but it doesn't provide a proper solution
I have a zod schema that uses `.lazy` and needs explicit typing with `z.ZodType`…