-
To improve code readability and be friendlier to [PEP 484](https://www.python.org/dev/peps/pep-0484/), we should start adding type annotations to our code, probably starting from snippets, tutorials a…
-
# Why I started using Python type annotations – and why you should too
Type hints add optional static typing to Python 3.5+, and I love them. I now use annotated variables throughout my projects.
[h…
-
Top most module component must be mapped with python package names, when showing errors, user should be shown instruction, how to install missing dependency.
In most cases, top most module componen…
-
Is there any method to get dependency-graph for repo?
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…
-
``` cwl
outputs:
- id: result
label: result
type: File
outputBinding:
glob: _stdout
outputEval: _stderr
loadContents: false
```
The `outputEval: _stderr` is nonsensical h…
-
`event_api`produce different default values between different versions of python in the response.description:
code:
```
__api__ = event_api(
summary="Simple Example: List Objects",
que…
-
**Bug Report**
Input argument in new method incorrectly reports that its type is undefined
I import the decimal module, I have an input in `__new__` named decimal of type decimal.Decimal
Python c…
-
Type annotations can be Strings and with Python 4.0 will always be handled as such ([PEP 484](https://www.python.org/dev/peps/pep-0484/)).
As of Python 3.7 you can `from __future__ import annotations…
-
### Expected behavior
I hope I can define a dataset with a boolean pointStyle without getting a typing error
### Current behavior
When i add the following config:
```typescript
new Ch…