pyright/packages/vscode-pyright
2023-06-07 10:33:05 -06: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 Changed the default of the useLibraryCodeForTypes from false to true to bring pylance and pyright into alignment. Also deprecated the "--lib" command-line option, which was previously used to enable useLibraryCodeForTypes from the command line. (#4903) 2023-04-05 09:47:59 -06: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.313 2023-06-07 10:33:05 -06:00
package.json Published 1.1.313 2023-06-07 10:33:05 -06: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 pull-pylance-with-pyright-1.1.253 (#3556) 2022-06-08 10:16:10 -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.