actions-marketplace-validations/Run pyright

Run pyright

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionVersion of pyright to run, or "PATH" to use pyright from $PATH. If neither version nor pylance-version are specified, the latest version will be used.no
pylance-versionVersion of pylance whose pyright version should be run. Can be latest-release, latest-prerelease, or a specific pylance version. Ignored if version option is specified.no
working-directoryDirectory to run pyright in. If not specified, the repo root will be used.no
annotateA comma separated list of check annotations to emit. May be "none"/"false", "errors", "warnings", or "all"/"true" (shorthand for "errors, warnings").noall
create-stubCreate type stub file(s) for import. Note: using this option disables commenting.no
dependenciesEmit import dependency information. Note: using this option disables commenting.no
ignore-externalIgnore external imports for verify-types.no
levelMinimum diagnostic level (error or warning)no
projectUse the configuration file at this location.no
python-platformAnalyze for a specific platform (Darwin, Linux, Windows).no
python-pathPath to the Python interpreter.no
python-versionAnalyze for a specific version (3.3, 3.4, etc.).no
skip-unannotatedSkip analysis of functions with no type annotations.no
statsPrint detailed performance stats. Note: using this option disables commenting.no
typeshed-pathUse typeshed type stubs at this location.no
venv-pathDirectory that contains virtual environments.no
verboseEmit verbose diagnostics. Note: using this option disables commenting.no
verify-typesPackage name to run the type verifier on; must be an *installed* library. Any score under 100% will fail the build. Using this option disables commenting.no
warningsUse exit code of 1 if warnings are reported.nofalse
extra-argsExtra arguments; can be used to specify specific files to check.no
libUse library code to infer types when stubs are missing.nofalse
no-commentsDisable issue/commit comments.nofalse

no outputs