From d660d690feb1d96cef8e4aebbb3496fa2952ae76 Mon Sep 17 00:00:00 2001 From: Tim Rid <6593626+timrid@users.noreply.github.com> Date: Sun, 23 May 2021 16:41:28 +0200 Subject: [PATCH] pyright is now also supported --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a39e5e0..fd8d6fc 100644 --- a/README.md +++ b/README.md @@ -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