-
Hello,
As of today, when using CSV File input, types are automatically set by Amphi. I would like to deactivate this behaviour as an option, in order to control myself the types and avoid bad typin…
-
Perl6からのバックポートでoptional typingできるようになってほしい。マルチディスパッチとかオーバーロードとかはいらないので。
-
### Describe the issue
Using the `file_extension` parameter results in an error.
```
TypeError: CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.__init__() got an unexpected keyword arg…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
After upgrading to Pydantic 2.10.0, we started getting certain type-checking issues with `mypy`. The majority of them a…
-
**Preamble**
- This issue may already exists but I was unable to find an exact match. There are plenty of issues related to the PEP 604 syntax but none that are really about using `typing.Union`/`t…
-
Hello,
I faced an issue when using the generator together with pyo3 function signatures and Optional values. If I add the generator macro at the bottom I get useful types, but the optional argument…
-
This is a bit niche, but when I was reviewing some naive code submitted to me I saw some bizarre typing generated by `pyupgrade` which looked something like
```python
def f() -> int | None | None:
…
-
## Todo
- [ ] allow emitting more than one error when lowering the hir
- [ ] introduce a feature-flag for typing support
- [ ] give each `Expr` an optional type
- [ ] check that there is no type…
-
py2puml fails to inspect a dataclass using `Optional` as follows:
```python
from dataclasses import dataclass
from typing import Optional
@dataclass
class MyData:
data: Optional[bool]
```
…
-
mypy complains about functions wrapped with ```plumbum.cli.Predicate```:
`error: Invalid type "..."`
An example:
```python
from plumbum import cli
@cli.Predicate
def GummyBear(n):
if not n.…