pyright/docs
2022-01-27 22:57:30 -08:00
..
img Documented recent features. 2019-09-04 23:54:19 +00:00
build-debug.md Clarified directory for tests 2021-10-12 00:10:29 -07:00
ci-integration.md Updated CI script to make it clear that the latest pyright version should be used. 2022-01-03 17:43:08 -07:00
command-line.md Updated command-line documentation for consistency. 2021-11-29 22:31:14 -08:00
commands.md Implemented "Restart Server" command. 2020-03-08 12:17:19 -07:00
comments.md Updated documentation to cover the new # pyright: basic comment. 2022-01-19 12:53:07 -08:00
configuration.md Added new diagnostic check "reportMatchNotExhaustive" which reports cases where a match statement doesn't exhaustively cover all cases. 2022-01-23 12:49:27 -08:00
getting-started.md In basic type checking mode, enabled the following diagnostic checks by default: reportOptionalSubscript, reportOptionalMemberAccess, reportOptionalCall, reportOptionalIterable, reportOptionalContextManager, and reportOptionalOperand. 2021-06-16 18:43:58 -07:00
import-resolution.md Changed import resolution order to more closely match PEP 561. Typeshed stdlib type stubs are now resolved later in the import resolution process, after all local modules and modules within the python environment. 2022-01-27 22:57:30 -08:00
internals.md Update everything for main branch rename 2021-05-13 13:26:44 -07:00
settings.md Update everything for main branch rename 2021-05-13 13:26:44 -07:00
type-concepts.md Updated type inference documentation to eliminate a statement that was leading to some confusion. 2022-01-27 13:20:55 -08:00
type-inference.md Fixed a typo in the documentation. 2022-01-06 13:02:31 -07:00
type-stubs.md Fix typo in import (#1476) 2021-02-12 07:03:58 -08:00
typed-libraries.md Updated library guidance doc to clarify point of confusion about import forms. 2021-12-01 08:57:29 -08:00