pyright/packages/vscode-pyright
2023-08-25 11:17:37 -07:00
..
build Typecheck JS, webpack caching, zip/egg support (#1937) 2021-06-02 12:18:10 -07:00
images Convert repo into a lerna monorepo, add a validation workflow (#978) 2020-08-28 19:46:48 -07:00
schemas Added a new configuration option deprecateTypingAliases that enables deprecation detection and reporting for symbols imported from the typing module that are deprecated according to PEP 585 and 604. The option is currently disabled by default (even in strict mode) but can be enabled manually. This addresses #3598. (#5812) 2023-08-25 11:17:37 -07:00
src pull-pylance-with-pyright-1.1.273 (#3991) 2022-09-28 10:03:38 -07:00
.vscodeignore Added ".webpack_cache" to ".vscodeignore" so webpack cache is not included in the published VS Code extension. 2021-06-14 13:27:50 -07:00
CHANGELOG.md Convert repo into a lerna monorepo, add a validation workflow (#978) 2020-08-28 19:46:48 -07:00
LICENSE.txt Added license file for VS Code extension. 2021-12-29 18:06:21 -07:00
package-lock.json Published 1.1.324 2023-08-22 17:42:59 -07:00
package.json Published 1.1.324 2023-08-22 17:42:59 -07:00
README.md More tweaks to documentation and README files. Added a navbar to docs site. 2023-03-06 17:52:06 -07:00
tsconfig.json Typecheck JS, webpack caching, zip/egg support (#1937) 2021-06-02 12:18:10 -07:00
webpack.config.js Addressed a performance regression introduced in 1.1.314 due to a switch from ts-loader to esbuild-loader in our build pipeline. This change resulted in a 7-9% performance degradation, so I'm reverting it for now. 2023-08-06 10:29:45 -07:00

Static Type Checker for Python

Pyright is a full-featured, standards-based static type checker for Python. It is designed for high performance and can be used with large Python source bases.

Pyright includes both a command-line tool and an extension for Visual Studio Code.

Documentation

Refer to the documentation for installation, configuration, and usage details.