pyright/docs
2021-03-29 20:21:32 -07:00
..
img Documented recent features. 2019-09-04 23:54:19 +00:00
build-debug.md Fixed documentation for building pyright. 2020-10-02 11:00:26 -07:00
ci-integration.md Updated git hook to refer to a more recent version of pyright. 2021-01-03 16:11:16 -08:00
command-line.md Renamed "--ignore-external" to "--ignoreexternal" for consistency. Removed undocuemented "!" mechanism for invoking this functionality. 2021-03-03 00:51:18 -07:00
commands.md Implemented "Restart Server" command. 2020-03-08 12:17:19 -07:00
comments.md Small improvements to documentation. 2020-08-02 14:20:07 -07:00
configuration.md Added "reportTypedDictNotRequiredAccess" diagnostic rule and split out diagnostics that pertain specifically to unguarded accesses to non-required TypedDict keys. 2021-03-27 09:28:28 -07:00
getting-started.md correct useLibraryCodeForTypes CLI argument (#1322) 2020-12-28 07:46:39 -08:00
import-resolution.md Removed support for "venv" entry in execution environments since this never really worked. Clarified in documentation that import resolution within an execution environment is not transitive. 2021-03-09 18:19:36 -08:00
internals.md Fixed minor typos in documentation. 2021-01-06 07:38:29 -08:00
settings.md fix typo in settings documentation. (#1699) 2021-03-29 20:21:32 -07:00
type-concepts.md Fixed bug in sample code for documentation. 2021-03-07 09:12:54 -08:00
type-inference.md Added smarter handling of empty lists ([]) and dicts ({}). Previously, these were inferred to have types list[Unknown] and dict[Unknown, Unknown], respectively. They are now provided with a known type if the variable is assigned a known list or dict type along another code path. 2021-03-24 13:50:59 -07:00
type-stubs.md Fix typo in import (#1476) 2021-02-12 07:03:58 -08:00
typed-libraries.md Renamed "--ignore-external" to "--ignoreexternal" for consistency. Removed undocuemented "!" mechanism for invoking this functionality. 2021-03-03 00:51:18 -07:00