jordemort/Run pyright with reviewdog

🐶 Run pyright on pull requests and get reviews with reviewdog.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGITHUB_TOKEN.yes${{ github.token }}
levelReport level for reviewdog [info,warning,error]noerror
reporterReporter of reviewdog command [github-check,github-pr-review]. Default is github-pr-review. github-pr-review can use Markdown and add a link to rule page in reviewdog reports. nogithub-pr-review
filter_modeFiltering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is added. noadded
fail_on_errorExit code for reviewdog when errors are found [true,false] Default is `false`. nofalse
reviewdog_flagsAdditional reviewdog flagsno""
workdirThe directory from which to run pyright. Default '.'no.
tool_nameTool name to use for reviewdog reporternopyright
pyright_versionVersion of pyright to run. If not specified, the latest version will be used.no
python_platformAnalyze for a specific platform (Darwin, Linux, Windows).no
python_versionAnalyze for a specific version (3.3, 3.4, etc.).no
typeshed_pathUse typeshed type stubs at this location.no
venv_pathDirectory that contains virtual environments.no
projectUse the configuration file at this location.no
libUse library code to infer types when stubs are missing.nofalse
pyright_flagsExtra arguments; can be used to specify specific files to check.no

no outputs