-
I'm using DRF and drf-spectacular, and it uses runtime type introspection for some cases (like `serializers.SerializerMethodField()`. And i have no way to tell `ruff` to not move those types into TYPE…
-
it would be nice to be able to initialize a CAS with a certain type system, e.g.
```
from somewhere import DKProCoreTypeSystem
from cassis import Cas
cas = Cas(DKProCoreTypeSystem())
```
I…
-
Our codebase (all Python3) has a few places where we ended up writing comments that look like `# type: some description ...` prior to adding Mypy. They're usually within a larger multiline comment blo…
-
**1: Enable Typechecking in CI**
We have recently begun adding type hints to our code.
However we currently don't check whether the type hints are correct, nor whether they are followed.
There …
-
**Task:** Add Python 3 typing annotations to TFDS repository. Now that Python 2 support is officially dropped, we can add better typing to TFDS.
**Impact:** Everyone using TFDS with a static type c…
-
Are generics and type annotations something you are thinking of adding to this package for Obj-C?
For example, it's now legal to do something like `NSDictionary*` in Obj-C to annotate that the NSDict…
-
This is a feature request.
Would it make sense to add a benchmark for code that _heavily_ uses annotations, generics, and other ``typing`` features? I even have a suggestion for such benchmark: run…
-
I ssue Description
I'm using the following Datadog Helm values to deploy the dcgm-exporter pod:
```
image:
repository: nvcr.io/nvidia/k8s/dcgm-exporter
pullPolicy: IfNotPresent
tag: 3.1.8-3.1.5…
-
I've seen some effort towards annotating `scipy`, and that's great!
As it currently stands, (static) type-checkers report many false positives, as they're unable to infer, for example, the signatur…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
NuGet
### Package manager version
_No response_
### Language version
_No response_
### …