pyright is now also supported
This commit is contained in:
parent
2b5967e11d
commit
d660d690fe
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ The stubs are tested against the pytests of the *construct* package in a slightl
|
|||
The new typed constructs have new written pytests, which also passes all pytests and the static type checkers.
|
||||
|
||||
The following static type checkers are fully supported:
|
||||
- [x] mypy ( `mypy --strict tests` )
|
||||
- [ ] pyright ( `pyright tests` ) (TODO: Some errors in pyright have to be fixed first)
|
||||
- [x] mypy
|
||||
- [x] pyright
|
||||
|
||||
## Explanation
|
||||
### Stubs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue