bibo-joshi/Pyright Type Completeness

Check Python Package Type Completeness with Pyright

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
python-versionPython version to use. See actions/setup-python for more information. Default is 3.xno3.x
pyright-versionPyright version to use. Must be a valid version specifier for pip install, see https://packaging.python.org/en/latest/specifications/version-specifiers/#id5. By default, the latest version is used.no
install-commandThe command to install the package. Default is `pip install . -U`.nopip install . -U
package-nameThe name of the package to check.yes
namedescription
base-completeness-scoreThe type completeness score of the base branch.
pr-completeness-scoreThe type completeness score of the PR branch.