actions-marketplace-validations/ruff-action

A GitHub Action to run Ruff, an extremely fast Python linter and code formatter.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
argsArguments passed to Ruff. Use `ruff --help` to see available options. Defaults to `check`.nocheck
srcSource to run Ruff. Defaults to the current directory.no${{ github.workspace }}
versionThe version of Ruff to use, e.g., `0.6.0` Defaults to the version in pyproject.toml or 'latest'.no""
version-filePath to a pyproject.toml or requirements.txt file to read the version from.no
checksumThe checksum of the ruff version to installno
github-tokenUsed to increase the rate limit when retrieving versions and downloading ruff.no${{ github.token }}
namedescription
ruff-versionThe installed ruff version. Useful when using latest.