| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Type checkers (both mypy and pydantic) apparently don't like it
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This was due to the Literal restriction from earlier.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This only applies if and only if the flag can be default constructible.
Ergo, all the flags are optional or not required.
|
| | |
|
| |
|
|
| |
Fix #6761
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
The name is currently pending and there's no command.signature hook
for it yet since this requires bikeshedding.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Apparently this behaviour is intended in Pyright
https://github.com/microsoft/pyright/issues/1772
Despite mypy behaving as intended.
|
| | |
|
| | |
|
| | |
|