bibo-joshi/Pyright Type Completeness
Check Python Package Type Completeness with Pyright
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | Python version to use. See actions/setup-python for more information. Default is 3.x | no | 3.x |
| pyright-version | Pyright 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-command | The command to install the package. Default is `pip install . -U`. | no | pip install . -U |
| package-name | The name of the package to check. | yes | — |
Outputs
| name | description |
|---|---|
| base-completeness-score | The type completeness score of the base branch. |
| pr-completeness-score | The type completeness score of the PR branch. |