タグ pyright
人気順 10 users 50 users 100 users 500 users 1000 usersMicrosoft、Pythonの静的型チェック機能を提供する「VS Code」プラグイン「Pyright」を公開:mypyなどより5倍以上高速 - @IT
Microsoftは2019年3月21日(米国時間)、Pythonの静的型チェック機能を提供する「Visual Studio Code」(VS Code)プラグイン「Pyright 1.0.0」をオープンソースのMITライセンスで公開した。同23日には多数のバグを修正した「Pyright 1.0.1」を公開している。 Pyrightは、「mypy」のような既存のPython型チェッカに存在... 続きを読む
pyright/README.md at master · Microsoft/pyright · GitHub
Static type checker for the Python language Pyright was created to address gaps in existing Python type checkers like mypy. Speed Pyright is typically 5x or more faster than mypy and other type checkers that are written in Python. It is meant for large Python source bases. It can run in a “watch”... 続きを読む
GitHub - Microsoft/pyright: Static type checker for Python
Static type checker for the Python language Pyright was created to address gaps in existing Python type checkers like mypy. Speed Pyright is typically 5x or more faster than mypy and other type checkers that are written in Python. It is meant for large Python source bases. It can run in a “watch”... 続きを読む